2025-01-28 10:49:58 -05:00
|
|
|
TS2322 [ERROR]: Type '12' is not assignable to type '"a"'.
|
2021-11-30 09:23:30 +11:00
|
|
|
export const a: "a" = 12;
|
|
|
|
^
|
2024-11-05 08:39:05 +02:00
|
|
|
at [WILDCARD]/type_error.ts:1:14
|
2025-01-28 10:49:58 -05:00
|
|
|
|
|
|
|
error: Type checking failed.
|