mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
5 lines
220 B
Text
5 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
|