Files
kotlin-fork/idea/testData/navigation/implementations/AbstractClassImplementorsWithDeclaration.kt
T
2013-11-18 18:33:33 +04:00

11 lines
171 B
Kotlin
Vendored

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