8 lines
84 B
Plaintext
Vendored
8 lines
84 B
Plaintext
Vendored
class Test {
|
|
companion object
|
|
|
|
fun test() {}
|
|
}
|
|
|
|
fun Test.Companion.foo() {}
|