blob: bdeef4960457a1cf329c42d139f102a6b1010bee [file]
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtEnumEntry
enum class FooBar {
Baz;
}