0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 13:43:31 -05:00
denoland-deno/tests/specs/check/ts_in_npm_pkg/check.out

8 lines
199 B
Text
Raw Normal View History

Check file:///[WILDLINE]/main.ts
TS2322 [ERROR]: Type 'string' is not assignable to type 'Test'.
const test: Test = "";
~~~~
at file:///[WILDLINE]/main.ts:3:7
error: Type checking failed.