Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
codegen
/
box
/
inlineClasses
/
kt34268.kt
blob: 8a77af1ec9edc18c9f160569763c8d7e9f632e23 [
file
]
// WITH_STDLIB
fun box
():
String
{
return
when
(
val foo
=
42UL
)
{
42UL
->
"OK"
else
->
"Fail"
}
}