TypeScript/tests/baselines/reference/unexpectedStatementBlockTerminator.errors.txt
2014-09-11 16:11:08 -07:00

10 lines
247 B
Plaintext

==== 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};}