[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
fun call(f: () -> Unit) = f()
|
||||
|
||||
fun f1() {
|
||||
outer@ while (true) {
|
||||
call {
|
||||
break@outer
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun f2() {
|
||||
do {
|
||||
fun inner() {
|
||||
continue
|
||||
}
|
||||
} while (true)
|
||||
}
|
||||
Reference in New Issue
Block a user