Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
topLevelMemberInvocation
/
extensionFunction
/
1.kt
blob: 54ce2b3b43afd4c5d56c854a1c68a261e1ba36e7 [
file
] [
log
] [
blame
]
fun
Int
.
test1
()
{}
fun test2
()
{
1.test1
()
}
// 1 INVOKESTATIC _1Kt.test1 \(I\)V
// 0 INVOKESTATIC _1Kt.test2 \(\)V