summaryrefslogtreecommitdiff
path: root/tests/specs/test/no_run/main.out
blob: ff988494335338473a6d348a30613ae9853fb34b (plain)
1
2
3
4
5
Check [WILDCARD]/main.ts
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const _value: string = 1;
      ~~~~~~
    at [WILDCARD]/main.ts:1:7