Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
codegen
/
box
/
unit
/
UnitValue.kt
blob: 243b563dba80a48005ab83757dda6c92daa860d5 [
file
]
fun foo
()
{}
fun box
():
String
{
return
if
(
foo
()
==
Unit
)
"OK"
else
"Fail"
}