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