Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
unboxMethodCalledByInlineClass.kt
blob: 09a6f6c0c836955c34e5c5c44c34c80ca715d5da [
file
]
// LANGUAGE: +InlineClasses
// 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