7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
// IMPORT: dependency.foo
|
|
package p
|
|
|
|
import dependency.foo
|
|
|
|
fun f() = foo
|