Fixed some closure/function value issues, now 40 tests pass
This commit is contained in:
@@ -172,5 +172,11 @@ obj type (Object) {
|
||||
}
|
||||
return false
|
||||
}
|
||||
fun is_void(): bool {
|
||||
match (base) {
|
||||
base_type::void_return() return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user