11 lines
108 B
Plaintext
11 lines
108 B
Plaintext
package a
|
|
|
|
class Test {
|
|
class object {
|
|
class Some
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
a.Test.Some<caret>
|
|
} |