741e031ff1
Use formatter in converter tests Reformat test data
4 lines
59 B
Kotlin
4 lines
59 B
Kotlin
class T() {
|
|
var a: String = "abc"
|
|
var b: Int = 10
|
|
} |