8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
class Test {
|
|
companion object <caret>{}
|
|
|
|
fun test() {}
|
|
}
|
|
|
|
fun Test.Companion.foo() {}
|