blob: 41b3398c0f7352ba374530975ea81a5f68da8e06 [file] [log] [blame]
enum class E {
E1,
E2 {
override fun foo() {}
};
open fun foo() {}
}