mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
7 lines
312 B
Text
7 lines
312 B
Text
Check [WILDCARD]/test/markdown_windows.md$11-14.js
|
|
Check [WILDCARD]/test/markdown_windows.md$17-20.ts
|
|
Check [WILDCARD]/test/markdown_windows.md$29-32.ts
|
|
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
const a: string = 42;
|
|
^
|
|
at [WILDCARD]/test/markdown_windows.md$29-32.ts:1:7
|