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

6 lines
210 B
Plaintext
Raw Normal View History

2014-07-23 19:40:39 +02:00
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode10.ts (1 errors) ====
"use strict";
function f(eval) {
~~~~
!!! Invalid use of 'eval' in strict mode.
}