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

9 lines
249 B
Plaintext

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