JVM, JVM_IR: KT-42281 proper array->primitive coercion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
|
||||
fun box(): String {
|
||||
return if (run { 123 != intArrayOf() as Any }) "OK" else "Fail"
|
||||
}
|
||||
Reference in New Issue
Block a user