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

12 lines
380 B
Text
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser642331_1.ts(4,18): error TS1003: Identifier expected.
2014-07-23 19:40:39 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser642331_1.ts (1 errors) ====
"use strict";
class test {
constructor (static) { }
~~~~~~
!!! error TS1003: Identifier expected.
2014-07-23 19:40:39 +02:00
}