Launch ResolvedCallsTest with kotlin library
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user