Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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