[stdlib] Enable link-via-signatures to workaround KT-62798

This commit is contained in:
Ilya Gorbunov
2024-02-14 19:00:54 +01:00
committed by Space Team
parent 98f23c0fba
commit c2e28149e6
7 changed files with 39 additions and 0 deletions
@@ -0,0 +1,8 @@
// WITH_STDLIB
fun f(array: Array<Int>): Int {
return array.maxBy { -it }
}
// 0 IntRange
// 0 iterator