Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
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