8 lines
185 B
Plaintext
Vendored
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
|
|
}
|