7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
class Test() {
|
|
companion object {
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
}
|
|
} |