Partial body resolve: more efficient handling of while
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun x(s: Any): Boolean{}
|
||||
|
||||
fun foo(p: Any?, p1: Any?) {
|
||||
while(x(p!!)) {
|
||||
print(p1!!)
|
||||
}
|
||||
|
||||
<caret>p.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user