There was an error while loading. Please reload this page.
1 parent 48ff939 commit 7072711Copy full SHA for 7072711
tests/baselines/reference/parserStrictMode14.errors.txt
@@ -1,4 +1,4 @@
1
-==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode14.ts (2 errors) ====
+==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode14.ts (3 errors) ====
2
"use strict";
3
with (a) {
4
~~~~
@@ -7,4 +7,4 @@
7
!!! All symbols within a 'with' block will be resolved to 'any'.
8
~
9
!!! Cannot find name 'a'.
10
- }
+ }
0 commit comments