// FIR_COMPARISON open class A { fun aa() {} val aaa = 10 fun test() { } } class B : A() { fun test() { } } // EXIST: aa // EXIST: aaa