Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/propertyWithGetter/2.kt

7 lines
49 B
Kotlin

package b
import a.prop
fun test() {
prop
}