A do-while loop serialization test.
This commit is contained in:
committed by
alexander-gorshenev
parent
63821fe837
commit
5c1a414347
@@ -0,0 +1,7 @@
|
||||
|
||||
inline fun foo() {
|
||||
do {
|
||||
var x: Int = 999
|
||||
println(x)
|
||||
} while (x != 999)
|
||||
}
|
||||
Reference in New Issue
Block a user