blob: 243b563dba80a48005ab83757dda6c92daa860d5 [file]
fun foo() {}
fun box(): String {
return if (foo() == Unit) "OK" else "Fail"
}