Code cleanup to work more reliably with nested problems

This commit is contained in:
Valentin Kipyatkov
2015-05-27 22:18:45 +03:00
parent 2b61bca6dd
commit 5e5e71882e
5 changed files with 59 additions and 22 deletions
@@ -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
}