741e031ff1
Use formatter in converter tests Reformat test data
14 lines
60 B
Kotlin
14 lines
60 B
Kotlin
{
|
|
val i = 0
|
|
while (i <0)
|
|
{
|
|
{
|
|
val i = 1
|
|
i++
|
|
}
|
|
{
|
|
j++
|
|
i++
|
|
}
|
|
}
|
|
} |