K2: change logic of result type search in ILT case
Related to KT-57487, KT-57703
This commit is contained in:
committed by
Space Team
parent
27c4a7b7ef
commit
08c22c388c
-2
@@ -1,8 +1,6 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_K1: JVM_IR
|
||||
// (type mismatch)
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// (CCE in select)
|
||||
// WITH_STDLIB
|
||||
|
||||
fun <A : Comparable<A>> arrayData(vararg values: A): A = values.first()
|
||||
|
||||
Reference in New Issue
Block a user