Partial body resolve: added more tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(p: Any?, c: Collection<String>) {
|
||||
for (e in c) {
|
||||
print(p!!)
|
||||
}
|
||||
|
||||
<caret>xxx
|
||||
}
|
||||
Reference in New Issue
Block a user