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

7 lines
334 B
Plaintext
Raw Normal View History

tests/cases/conformance/es6/functionPropertyAssignments/FunctionPropertyAssignments2_es6.ts(1,12): error TS1003: Identifier expected.
2014-11-25 07:45:33 +01:00
==== tests/cases/conformance/es6/functionPropertyAssignments/FunctionPropertyAssignments2_es6.ts (1 errors) ====
2014-11-25 07:45:33 +01:00
var v = { *() { } }
~
!!! error TS1003: Identifier expected.