Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
box
/
inlineClasses
/
kt34268.kt
blob: 4270f85d841f2e6ba87efec1363e167ce7c72b25 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
fun box
():
String
{
return
when
(
val foo
=
42UL
)
{
42UL
->
"OK"
else
->
"Fail"
}
}