restructured control flow tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun t1() {
|
||||
for (i in 1..2) {
|
||||
doSmth(i)
|
||||
}
|
||||
}
|
||||
|
||||
fun doSmth(i: Int) {}
|
||||
Reference in New Issue
Block a user