12 lines
88 B
Kotlin
12 lines
88 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
class B {
|
|
val ref = ::foo
|
|
}
|
|
|
|
fun B.<caret>foo() {
|
|
|
|
}
|