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