741e031ff1
Use formatter in converter tests Reformat test data
4 lines
59 B
Kotlin
4 lines
59 B
Kotlin
enum class E {
|
|
I
|
|
private var name: String? = null
|
|
} |