mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
12 lines
236 B
Kotlin
Vendored
12 lines
236 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
// FILE: Z.kt
|
|
inline class Z(val x: Int)
|
|
|
|
// FILE: Test.kt
|
|
fun test(): Any = Z(42)
|
|
|
|
// @TestKt.class:
|
|
// 0 INVOKESTATIC Z\$Erased\.box
|
|
// 0 INVOKESTATIC Z\-Erased\.box
|
|
// 1 INVOKESTATIC Z\.box-impl \(I\)LZ; |