Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(p: Any?) {
|
||||
if (p == null) {
|
||||
print("null")
|
||||
}
|
||||
<caret>p.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user