Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class C {
|
||||
fun f(){}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val lambda = {() -> x(); C() }
|
||||
lambda().<caret>f()
|
||||
}
|
||||
Reference in New Issue
Block a user