Files
kotlin-fork/j2k/tests/testData/ast/enum/enumWithNameField.kt
T

4 lines
55 B
Kotlin

enum class E {
I
private val name: String = 0
}