Files
kotlin-fork/native/native.tests/testData/framework/kt56233/Kt56233.kt
T
2024-02-05 16:06:34 +00:00

5 lines
43 B
Kotlin
Vendored

enum class SimpleEnum {
ONE,
TWO
}