TypeScript/tests/baselines/reference/parserStrictMode4.errors.txt

7 lines
247 B
Plaintext
Raw Normal View History

2014-07-23 19:40:39 +02:00
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode4.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
"use strict";
arguments = 1;
~~~~~~~~~
2014-07-23 19:40:39 +02:00
!!! Invalid use of 'arguments' in strict mode.
~~~~~~~~~
2014-07-13 01:04:16 +02:00
!!! Cannot find name 'arguments'.