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