Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
unboxMethodCalledByInlineClass.kt
blob: 7e1e7a8d75f69e56d7820b98aa2bb197d84a1f01 [
file
] [
log
] [
blame
]
// !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