Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
noBoxingInMethod.kt
blob: f212b8df7b97e841c6922e5144aef49cde7acbd2 [
file
]
inline
class
IC
(
val value
:
Int
)
{
inline
fun toLong
():
Long
=
this
.
value
.
toLong
()
}
// 0 INVOKESTATIC IC\.box-impl