blob: 43cb5cea32a435983e3e2db0425fe1de030daaf8 [file]
// FIR_IDENTICAL
// LANGUAGE: +NoDeprecationOnDeprecatedEnumEntries
// ISSUE: KT-37975
@Deprecated("")
enum class Foo(val x: Int) {
A(42)
}