9 lines
74 B
Plaintext
Vendored
9 lines
74 B
Plaintext
Vendored
package a
|
|
|
|
import a.b.foo
|
|
|
|
class Goo {
|
|
fun x() {
|
|
foo()
|
|
}
|
|
} |