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