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