package test import dependency.A public open class B(): A() { } fun test(b: B) { b.f() } // REF: (in dependency.A).f()