Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
topLevelMemberInvocation
/
functionDifferentPackage
/
2.kt
blob: 31923bbe4ec934868df95e4a1e92f348135133f8 [
file
] [
log
] [
blame
]
package
b
import
a
.
test1
fun test2
()
{
test1
()
}