Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
topLevelMemberInvocation
/
functionSamePackage
/
1.kt
blob: 8e0ef250bdea84806e9e5e7ec815b927a1b915fd [
file
] [
log
] [
blame
]
fun test1
()
{}
fun test2
()
{
test1
()
}
// 1 INVOKESTATIC _1Kt.test1 \(\)V
// 0 INVOKESTATIC _1Kt.test2 \(\)V