Rename: Support labeled expressions
#KT-7107 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
foo@ for (n in 1..10) {
|
||||
if (n == 5) continue@foo
|
||||
if (n > 8) break@/*rename*/foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user