8 lines
68 B
Plaintext
Vendored
8 lines
68 B
Plaintext
Vendored
// "Import" "true"
|
|
package bar
|
|
|
|
import foo.Foo
|
|
|
|
fun use(f: Foo) {
|
|
|
|
} |