Declarations are not parsed as expressions any more (JET-1)

This commit is contained in:
Andrey Breslav
2011-04-25 20:32:12 +04:00
parent 9059dae673
commit d4551a61bf
7 changed files with 104 additions and 33 deletions
+5
View File
@@ -0,0 +1,5 @@
// JET-1
val z = System.out
fun foo() { throw new Exception(); }