// PROBLEM: none // FIX: none enum class Foo : Bar { ONE; val double = x } interface Bar { val x: Int get() = 42 }