Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
simple
/
severalUsage.1.kt
blob: d5616fb96c919a565f509192a59b24b8d438c4d8 [
file
]
fun box
():
String
{
val result
=
runTest
{
minByTest
<
Int
>
{
it
}}
if
(
result
!=
1
)
return
"test1: ${result}"
return
"OK"
}