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