Files
kotlin-fork/compiler/testData/klibABI/removeEnumEntry/lib1/l1.kt.1
T
2023-03-23 10:24:27 +00:00

4 lines
57 B
Groff
Vendored

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