summaryrefslogtreecommitdiff
path: root/tests/testdata/run/no_check_remote.ts.disabled.out
blob: 3442646348e6ec07a5a162b92262ea02468a0c6d (plain)
1
2
3
4
error: TS2322 [ERROR]: Type '12' is not assignable to type '"a"'.
export const a: "a" = 12;
             ^
    at http://localhost:4545/subdir/type_error.ts:1:14