TypeScript/tests/baselines/reference/parserStrictMode2.errors.txt
Anders Hejlsberg 155b71881b Merging with master.
Accepting new baselines (not sure why this wasn't already done).
2014-07-25 06:48:57 -07:00

16 lines
380 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode2.ts (5 errors) ====
"use strict";
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
static();
~~~~~~
!!! Declaration or statement expected.
~
!!! Expression expected.