5 lines
60 B
Kotlin
Vendored
5 lines
60 B
Kotlin
Vendored
class AA {
|
|
companion object {
|
|
fun f() {}
|
|
}
|
|
} |