Files
kotlin-fork/compiler/testData/klib/partial-linkage/removeEnumEntry/lib1/l1.kt
T
2023-08-16 19:11:34 +00:00

4 lines
53 B
Kotlin
Vendored

enum class E {
UNCHANGED1, REMOVED, UNCHANGED2
}