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