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