enum class MixedEnum { companion object { val first = 1 } fun foo(): String = "xyz" ENTRY1 ENTRY2 ENTRY3 }