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