b7f7063bf4
collect (and cache) reachable instructions for local declarations after processing all parent instructions
8 lines
95 B
Kotlin
Vendored
8 lines
95 B
Kotlin
Vendored
fun foo(c: Collection<Int>) {
|
|
for (e in c) {
|
|
{
|
|
break
|
|
}
|
|
}
|
|
}
|