8 lines
65 B
Plaintext
Vendored
8 lines
65 B
Plaintext
Vendored
package use
|
|
|
|
import foo.*
|
|
|
|
fun useAfoo() {
|
|
createA().boo()
|
|
}
|