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

6 lines
233 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript3/Accessors/parserES3Accessors2.ts (1 errors) ====
class C {
set Foo(a) { }
~~~
!!! Accessors are only available when targeting ECMAScript 5 and higher.
}