Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo(o: String?, o1: String) {
|
||||
if (o != o1) return
|
||||
<caret>o.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user