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