deno/cli/tests/testdata/bench/no_run.out

6 lines
183 B
Plaintext
Raw Normal View History

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