Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
directInvoke
/
callableReference.kt
blob: dd9fd0af1bda7340ed56e33f89c961771e446e4a [
file
] [
log
] [
blame
]
class
Z
{
fun a
(
s
:
Int
)
{}
fun b
()
{
(
Z
::
a
)(
Z
(),
1
)
}
}
// 1 invoke \(LZ;I\)V