package testing abstract class Test open class TestOther : Test() class TestOtherMore : TestOther() // REF: (testing).TestOther // REF: (testing).TestOtherMore