12 lines
162 B
Kotlin
12 lines
162 B
Kotlin
package Test.SubTest.AnotherTest
|
|
|
|
open class TestClass {
|
|
}
|
|
|
|
class A() : Test.SubTest.AnotherTest.Te<caret> {
|
|
public fun test() {
|
|
}
|
|
}
|
|
|
|
// EXIST: TestClass
|