// DISABLE-ERRORS expect class My { inner class Nested(s: String) { fun hello(): String var ss: String class OtherNested(d: Double) { val dd: Double var d: Double } val s: String } }