// WITH_RUNTIME //DISABLE-ERRORS enum class E { A { override val foo: Int get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates. }, B { override val foo: Int get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates. }, C { override val foo: Int get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates. }; abstract val foo: Int }