11 lines
66 B
Kotlin
Vendored
11 lines
66 B
Kotlin
Vendored
package test
|
|
|
|
import test.foo
|
|
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
|
|
class B {
|
|
|
|
} |