1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-04 08:54:20 -05:00
denoland-deno/cli/tests/testdata/package_json/basic/fail_check.check.out

4 lines
163 B
Text

error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const _test: string = getValue();
~~~~~
at file:///[WILDCARD]/fail_check.ts:3:7