Launch ResolvedCallsTest with kotlin library

This commit is contained in:
Svetlana Isakova
2014-07-19 09:47:33 +04:00
parent e4e09d6c70
commit e7c285e0e0
7 changed files with 4 additions and 16 deletions
@@ -10,6 +10,4 @@ fun bar(a: A, b: B) {
<caret>foo()
}
}
}
fun <T, R> with(receiver: T, f: T.() -> R) : R = receiver.f()
}