Files
kotlin-fork/compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt
T
2022-04-12 15:03:42 +00:00

7 lines
103 B
Kotlin
Vendored

// WITH_STDLIB
fun box(): String {
1L.mod("123a".indexOfAny("a".toCharArray()))
return "OK"
}