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