Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
box
/
casts
/
asUnit.kt
blob: 8c11703906c0b5b2fdbe4f6b4bb98924d58c5830 [
file
] [
log
] [
blame
]
fun box
()
=
if
(
4
as
?
Unit
!=
null
)
"Fail"
else
"OK"