Files
kotlin-fork/compiler/testData/codegen/box/inlineClasses/genericUnderlyingValue/simple.kt
T
2022-02-15 08:11:09 +01:00

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