summaryrefslogtreecommitdiff
path: root/tests/specs/run/check_remote/no_check_remote.ts.disabled.out
blob: 06c046072d423469be7d84f57e0d1e6ef908ab9b (plain)
1
2
3
4
error: TS2322 [ERROR]: Type '12' is not assignable to type '"a"'.
export const a: "a" = 12;
             ^
    at [WILDCARD]/type_error.ts:1:14