12 lines
69 B
Kotlin
12 lines
69 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
class B {
|
|
|
|
}
|
|
|
|
fun B.<caret>foo() {
|
|
|
|
}
|