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