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