Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(p: Int) {
|
||||
x()
|
||||
if (y()) {
|
||||
print(<caret>p)
|
||||
}
|
||||
z()
|
||||
}
|
||||
Reference in New Issue
Block a user