Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
box
/
inlineArgsInPlace
/
kt49370.kt
blob: f541ccee802958feb2884128735b1206f66d075a [
file
]
// !OPT_IN: kotlin.ExperimentalStdlibApi
// WITH_STDLIB
fun box
():
String
{
1L
.
mod
(
"123a"
.
indexOfAny
(
"a"
.
toCharArray
()))
return
"OK"
}