Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
topLevelMemberInvocation
/
twoModules
/
1.kt
blob: 77de3ce794074919ce54c6c00a463b9b216f5bec [
file
] [
log
] [
blame
]
package
b
import
a
.
test1
import
a
.
prop
fun test2
()
{
test1
()
prop
}
// 1 a/SourceKt.test1 \(\)V
// 1 a/SourceKt.getProp \(\)I