741e031ff1
Use formatter in converter tests Reformat test data
5 lines
42 B
Kotlin
5 lines
42 B
Kotlin
while (a > b)
|
|
{
|
|
var i: Int = 1
|
|
i = i + 1
|
|
} |