8 lines
82 B
Plaintext
Vendored
8 lines
82 B
Plaintext
Vendored
class Test {
|
|
companion object
|
|
|
|
val bar = 1
|
|
}
|
|
|
|
fun Test.Companion.foo() {}
|