// PROBLEM: none class A { fun a() {} open inner class B(i: Int) inner class C(i: Int) : B(i) }