Files
kotlin-fork/compiler/testData/asJava/lightClasses/DeprecatedEnumEntry.kt
T
Jinseong Jeon 1b6ded6005 FIR/LC: create synthetic members of enum class
^KTIJ-17414 In Progress
^KTIJ-17444 In Progress
2022-02-24 17:51:50 +01:00

16 lines
172 B
Kotlin
Vendored

// p.E
// test for KT-8874
package p
enum class E {
@Deprecated("a")
Entry1,
Entry2,
@Deprecated("b")
Entry3
}
// FIR_COMPARISON
// SKIP_SANITY_TEST