2025-01-28 10:49:58 -05:00
|
|
|
TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
2023-02-23 10:58:10 -05:00
|
|
|
const _test: string = getValue();
|
|
|
|
~~~~~
|
|
|
|
at file:///[WILDCARD]/fail_check.ts:3:7
|
2025-01-28 10:49:58 -05:00
|
|
|
|
|
|
|
error: Type checking failed.
|