9 lines
92 B
Kotlin
9 lines
92 B
Kotlin
class Test {
|
|
class object {
|
|
class Some
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
Test.S<caret>
|
|
} |