11 lines
104 B
Kotlin
Vendored
11 lines
104 B
Kotlin
Vendored
class Z {
|
|
|
|
fun test2() {
|
|
test()
|
|
}
|
|
|
|
|
|
companion object {
|
|
fun test() {}
|
|
}
|
|
} |