8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
package use
|
|
|
|
import foo.*
|
|
|
|
fun useAbarWithImplicitReceiver() {
|
|
getACompanionShort().bar
|
|
}
|