TypeScript/tests/baselines/reference/parserMemberAccessorDeclaration15.errors.txt
2014-07-12 17:30:19 -07:00

8 lines
386 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/MemberAccessorDeclarations/parserMemberAccessorDeclaration15.ts (2 errors) ====
class C {
set Foo(public a: number) { }
~~~
!!! A parameter property is only allowed in a constructor implementation.
~~~~~~~~~~~~~~~~
!!! A parameter property is only allowed in a constructor implementation.
}