TypeScript/tests/baselines/reference/parser509630.errors.txt
2014-09-11 16:11:08 -07:00

9 lines
263 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509630.ts (1 errors) ====
class Type {
public examples = [ // typing here
}
~
!!! error TS1137: Expression or comma expected.
class Any extends Type {
}