improved postProcess
collect (and cache) reachable instructions for local declarations after processing all parent instructions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(c: Collection<Int>) {
|
||||
for (e in c) {
|
||||
{
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user