741e031ff1
Use formatter in converter tests Reformat test data
6 lines
79 B
Kotlin
6 lines
79 B
Kotlin
class Test() {
|
|
fun test() {
|
|
val i1 = 33
|
|
val i2 = 51
|
|
}
|
|
} |