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