diff options
Diffstat (limited to 'cli/tests/testdata/eval/check_local_by_default2.out')
-rw-r--r-- | cli/tests/testdata/eval/check_local_by_default2.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/eval/check_local_by_default2.out b/cli/tests/testdata/eval/check_local_by_default2.out new file mode 100644 index 000000000..072068827 --- /dev/null +++ b/cli/tests/testdata/eval/check_local_by_default2.out @@ -0,0 +1,4 @@ +error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'. +const b: "b" = 12; + ^ + at [WILDCARD]eval/check_local_by_default2.ts:3:7 |