blob: 13051112ea485e962537ad44fb2da4b0f0729960 (
plain)
1
2
3
4
5
6
|
Check [WILDCARD]/test/markdown_full_block_names.md$5-8.js
Check [WILDCARD]/test/markdown_full_block_names.md$17-20.ts
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const a: string = 42;
^
at [WILDCARD]/test/markdown_full_block_names.md$17-20.ts:1:7
|