Add the unreachable builtin function
This commit is contained in:
@ -65,7 +65,7 @@ namespace elna::boot
|
||||
}
|
||||
procedure_type result_type = procedure_type(result_return);
|
||||
|
||||
for (std::shared_ptr<struct type_expression> parameter : type_expression.parameters)
|
||||
for (struct type_expression *parameter : type_expression.parameters)
|
||||
{
|
||||
parameter->accept(this);
|
||||
result_type.parameters.push_back(this->current_type);
|
||||
|
Reference in New Issue
Block a user