60b20374da
#KT-1389 In Progress
11 lines
167 B
Kotlin
Vendored
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
|