11 lines
171 B
Kotlin
Vendored
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
|