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