Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
privateDefaultArgs.kt
blob: 633b067a1be5e1f2e8e5e8e0280bfe6e7cbd98bf [
file
] [
log
] [
blame
]
// Check that this code doesn't contains INVOKEVIRTUAL instruction
class
B
{
private
fun foo
(
i
:
Int
=
1
)
{
}
fun f
()
{
foo
(
2
)
}
}
fun box
():
String
{
return
"OK"
}
// 0 INVOKEVIRTUAL
// 2 INVOKESPECIAL B\.foo