Files
kotlin-fork/idea/testData/navigation/implementations/ClassNavigation.kt
T
2012-08-16 21:21:28 +04:00

11 lines
167 B
Kotlin
Vendored

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