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

9 lines
301 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser585151.ts (2 errors) ====
class Foo2 {
var icecream = "chocolate";
~~~
!!! Unexpected token. A constructor, method, accessor, or property was expected.
}
~
!!! Declaration or statement expected.