8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
package use
|
|
|
|
import foo.*
|
|
|
|
fun useAfooWithImplicitReceiver() {
|
|
getACompanion().foo()
|
|
}
|