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