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

13 lines
637 B
Plaintext
Raw Normal View History

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