8 lines
81 B
Kotlin
Vendored
8 lines
81 B
Kotlin
Vendored
package source
|
|
|
|
import target.foo
|
|
|
|
fun f() {
|
|
foo()
|
|
SourceObject.other()
|
|
} |