9 lines
50 B
Kotlin
Vendored
9 lines
50 B
Kotlin
Vendored
package p
|
|
|
|
import q.bar
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
|
|
val x = 1 |