TypeScript/tests/baselines/reference/parserAccessors3.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
424 B
Plaintext

tests/cases/conformance/parser/ecmascript5/Accessors/parserAccessors3.ts(1,15): error TS2378: A 'get' accessor must return a value or consist of a single 'throw' statement.
==== tests/cases/conformance/parser/ecmascript5/Accessors/parserAccessors3.ts (1 errors) ====
var v = { get Foo() { } };
~~~
!!! error TS2378: A 'get' accessor must return a value or consist of a single 'throw' statement.