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