6e4d8d1670
Original commit: 51c6abdbed
8 lines
94 B
Kotlin
8 lines
94 B
Kotlin
package use
|
|
|
|
import foo.*
|
|
|
|
fun useAbarWithImplicitReceiver() {
|
|
getACompanionShort().bar
|
|
}
|