Files

15 lines
101 B
Kotlin
Vendored

package p
import q.bar
class <caret>A {
init {
bar()
}
}
fun foo() {
}
val x = 1