fix expect on tuple type using the wrong internal type
This commit is contained in:
@@ -1302,7 +1302,7 @@ impl<'a> CodeGenerator<'a> {
|
||||
);
|
||||
|
||||
let expect_tuple_item = self.expect_type_assign(
|
||||
tipo,
|
||||
arg,
|
||||
AirTree::local_var(&tuple_index_name, arg.clone()),
|
||||
defined_data_types,
|
||||
location,
|
||||
|
||||
Reference in New Issue
Block a user