9060168542
Use upper bound in JVM representation. #KT-32162
6 lines
167 B
Kotlin
Vendored
6 lines
167 B
Kotlin
Vendored
// CHECK_BYTECODE_LISTING
|
|
// LANGUAGE: -JvmInlineValueClasses, +GenericInlineClassParameter
|
|
|
|
inline class ICAny<T>(val value: T)
|
|
|
|
fun box(): String = ICAny("OK").value |