// PROBLEM: none sealed class Sealed class SubSealed : Sealed() { val x: Int = 42 inner class Inner { fun foo() = x } }