TypeScript/tests/baselines/reference/unexpectedStatementBlockTerminator.errors.txt
2014-09-12 13:35:07 -07:00

13 lines
366 B
Plaintext

tests/cases/compiler/unexpectedStatementBlockTerminator.ts(4,1): error TS1128: Declaration or statement expected.
==== tests/cases/compiler/unexpectedStatementBlockTerminator.ts (1 errors) ====
class Foo {}
class Bar {}
case
~~~~
!!! error TS1128: Declaration or statement expected.
function Goo() {return {a:1,b:2};}