12 lines
190 B
Kotlin
Vendored
12 lines
190 B
Kotlin
Vendored
package testing
|
|
|
|
open class Test
|
|
|
|
open class TestOther : <caret>Test()
|
|
|
|
class TestOtherMore : TestOther()
|
|
|
|
// REF: (testing).Test
|
|
// REF: (testing).TestOther
|
|
// REF: (testing).TestOtherMore
|