Fix a bunch of stuff back and forth, 39 tests passing
This commit is contained in:
@@ -166,5 +166,11 @@ obj type (Object) {
|
||||
}
|
||||
return false
|
||||
}
|
||||
fun is_function(): bool {
|
||||
match (base) {
|
||||
base_type::function() return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user