mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
199 B
Kotlin
Vendored
12 lines
199 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
// IGNORE_BACKEND: JVM_IR
|
|
|
|
// FILE: Z.kt
|
|
inline class Z(val x: Int)
|
|
|
|
// FILE: test.kt
|
|
fun testZ() = Z(42)
|
|
|
|
// @TestKt.class:
|
|
// 1 INVOKESTATIC Z\.constructor-impl \(I\)I
|