Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
unboxMethodCalledByInlineClass.kt
blob: 6ef5ee19a33259885db9b68e6fef5b063bf46b30 [
file
]
// FILE: Z.kt
inline
class
Z
(
val x
:
Int
)
// FILE: Test.kt
fun test
(
xs
:
List
<
Z
>)
=
xs
[
0
]
// @TestKt.class:
// 0 INVOKEVIRTUAL Z\$Erased\.unbox
// 0 INVOKEVIRTUAL Z\-Erased\.unbox
// 1 INVOKEVIRTUAL Z\.unbox-impl \(\)I