Files
kotlin-fork/j2k/testData/fileOrElement/enum/primaryPrivateConstructor.kt
T
2015-09-18 15:44:18 +03:00

3 lines
74 B
Kotlin
Vendored

package demo
internal enum class Color private constructor(val code: Int)