909b455758
#KT-32162
7 lines
189 B
Kotlin
Vendored
7 lines
189 B
Kotlin
Vendored
// CHECK_BYTECODE_LISTING
|
|
// LANGUAGE: -JvmInlineValueClasses, +GenericInlineClassParameter
|
|
// IGNORE_BACKED: JVM
|
|
|
|
inline class ICAny<T>(val value: T)
|
|
|
|
fun box(): String = ICAny("OK").value |