9 lines
105 B
Plaintext
Vendored
9 lines
105 B
Plaintext
Vendored
class Companion {
|
|
fun test() {
|
|
foo
|
|
}
|
|
|
|
companion object {
|
|
val foo = ""
|
|
}
|
|
} |