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

9 lines
256 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser642331_1.ts (1 errors) ====
"use strict";
class test {
constructor (static) { }
~~~~~~
!!! error TS1003: Identifier expected.
}