// TARGET_BACKEND: JVM_IR // WITH_STDLIB @JvmInline value class Z(val value: String) fun foo(t: T) = t.value fun box() = foo(Z("OK"))