Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
21de67cac1bef9259daa407b68a12e178923aef3
/
.
/
compiler
/
testData
/
codegen
/
box
/
boxingOptimization
/
taintedValues.kt
blob: 83ce3905b873f05a52c1d9eee885377edfe40726 [
file
]
// WITH_RUNTIME
// Just make sure there's no VerifyError
fun getOrElse
()
=
mapOf
<
String
,
Int
>().
getOrElse
(
"foo"
)
{
3
}
fun isNotEmpty
(
l
:
ArrayList
<
Int
>)
=
l
.
iterator
()?.
hasNext
()
?:
false
fun box
()
=
"OK"