mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
5 lines
146 B
Text
5 lines
146 B
Text
|
error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'.
|
||
|
const b: "b" = 12;
|
||
|
^
|
||
|
at [WILDCARD]test/check_local_by_default2.ts:3:7
|