blob: b202919d8fd2160e8ee8998fc02840d7ee6c321f (
plain)
1
2
3
4
5
|
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
|