summaryrefslogtreecommitdiff
path: root/tests/specs/test/check_local_by_default2/main.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/check_local_by_default2/main.out')
-rw-r--r--tests/specs/test/check_local_by_default2/main.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/test/check_local_by_default2/main.out b/tests/specs/test/check_local_by_default2/main.out
new file mode 100644
index 000000000..5b145afd2
--- /dev/null
+++ b/tests/specs/test/check_local_by_default2/main.out
@@ -0,0 +1,4 @@
+error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'.
+const b: "b" = 12;
+ ^
+ at [WILDCARD]/main.ts:3:7