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

10 lines
233 B
Plaintext

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