Launch ResolvedCallsTest with kotlin library
This commit is contained in:
+1
-3
@@ -10,6 +10,4 @@ fun bar(a: A, b: B) {
|
||||
<caret>foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun <T, R> with(receiver: T, f: T.() -> R) : R = receiver.f()
|
||||
}
|
||||
Reference in New Issue
Block a user