Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/For1.dump
T
2014-11-24 20:11:29 +03:00

8 lines
185 B
Plaintext
Vendored

Resolve target: null
----------------------------------------------
fun foo(p: Any?, c: Collection<String>) {
/* STATEMENT DELETED: for (e in c) { print(p!!) } */
<caret>xxx
}