13 lines
147 B
Kotlin
13 lines
147 B
Kotlin
package Test.MyTest
|
|
|
|
class A {
|
|
class object {
|
|
public fun testOther(a: Int) {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun testMy() {
|
|
A.testOthe<caret>
|
|
} |