Calls with closures parsed to a single node

This commit is contained in:
Andrey Breslav
2011-02-14 16:28:08 +03:00
parent 864428f345
commit cdb89fa403
3 changed files with 174 additions and 1 deletions
@@ -0,0 +1,6 @@
val a = f() {} {} {}
val a = f {} {} {}
val a = f {}
val a = f() {}
val a = (f) {} {} {}
val a = (f)() {} {} {}