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
@@ -6,6 +6,4 @@ fun bar(f: Foo, i: Int) {
with (i) {
f<caret>()
}
}
fun <T, R> with(receiver: T, f: T.() -> R) : R = throw Exception()
}