9 lines
103 B
Kotlin
Vendored
9 lines
103 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Test {
|
|
companion object<caret>;
|
|
|
|
init {}
|
|
}
|
|
|
|
fun Test.Companion.foo() {}
|