Adjust testData to new labels syntax
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
fun call(f: () -> Unit) = f()
|
||||
|
||||
fun f1() {
|
||||
@outer while (true) {
|
||||
outer@ while (true) {
|
||||
call {
|
||||
<!BREAK_OR_CONTINUE_JUMPS_ACROSS_FUNCTION_BOUNDARY!>break@outer<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user