Properly process this in callee position

This commit is contained in:
Andrey Breslav
2013-12-03 17:51:07 +04:00
parent b15b075484
commit 163e5cfbb4
6 changed files with 63 additions and 1 deletions
@@ -0,0 +1,3 @@
fun invoke(f: () -> Unit) {
(f)()
}