741e031ff1
Use formatter in converter tests Reformat test data
9 lines
56 B
Kotlin
9 lines
56 B
Kotlin
if (1 > 0)
|
|
{
|
|
var n: Int = 1
|
|
return n
|
|
}
|
|
else
|
|
{
|
|
return 0
|
|
} |