[stdlib] Enable link-via-signatures to workaround KT-62798
This commit is contained in:
committed by
Space Team
parent
98f23c0fba
commit
c2e28149e6
@@ -0,0 +1,8 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
fun f(array: Array<Int>): Int {
|
||||
return array.maxBy { -it }
|
||||
}
|
||||
|
||||
// 0 IntRange
|
||||
// 0 iterator
|
||||
Reference in New Issue
Block a user