Code cleanup to work more reliably with nested problems
This commit is contained in:
@@ -28,7 +28,7 @@ val x = fun(x: String) { }
|
||||
fun foo() {
|
||||
loop@
|
||||
for (i in 1..100) {
|
||||
val v = oldFun2(i as Int)
|
||||
val v = bar(i + 2)
|
||||
/* comment */
|
||||
continue@loop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user