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

4 lines
59 B
Kotlin

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