blob: 3837db09f539cdfef3e8526bb7ef4ce99890df05 [file] [log] [blame]
package testing
abstract class Test
open class TestOther : <caret>Test()
class TestOtherMore : TestOther()
// REF: (testing).TestOther
// REF: (testing).TestOtherMore