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

13 lines
366 B
Plaintext
Raw Normal View History

tests/cases/compiler/unexpectedStatementBlockTerminator.ts(4,1): error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/unexpectedStatementBlockTerminator.ts (1 errors) ====
class Foo {}
class Bar {}
case
~~~~
!!! error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00
function Goo() {return {a:1,b:2};}