Generate do-while condition within loop body scope
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
do {
|
||||
val x = 42
|
||||
} while (x != 42)
|
||||
}
|
||||
Reference in New Issue
Block a user