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

4 lines
57 B
Groff
Vendored

enum class E {
UNCHANGED1, /*REMOVED,*/ UNCHANGED2
}