Calls with closures parsed to a single node

This commit is contained in:
Andrey Breslav
2011-02-14 22:17:12 +03:00
parent cdb89fa403
commit fd3df74c1f
3 changed files with 51 additions and 6 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ val a = f {} {} {}
val a = f {}
val a = f() {}
val a = (f) {} {} {}
val a = (f)() {} {} {}
val a = (f)() {} {} {}
val a = (f)<A>() {} {} {}