TypeScript/tests/baselines/reference/parserStrictMode9.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
237 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode9.ts (1 errors) ====
"use strict";
var v = function eval() {
~~~~
!!! error TS1100: Invalid use of 'eval' in strict mode.
};