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