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