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