10 lines
100 B
Kotlin
Vendored
10 lines
100 B
Kotlin
Vendored
class JJ {
|
|
fun bar() {
|
|
foo()
|
|
}
|
|
|
|
companion object {
|
|
fun foo() {}
|
|
}
|
|
}
|