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