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

10 lines
233 B
Plaintext
Raw Normal View History

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