Re-use generic id across builtin type-definitions.
This was somehow wrong and corrected by codegen later on, but we should be re-using the same generic id across an entire definition if the variable refers to the same element.
This commit is contained in:
@@ -9,7 +9,7 @@ Schema {
|
||||
Var {
|
||||
tipo: RefCell {
|
||||
value: Generic {
|
||||
id: 37,
|
||||
id: 35,
|
||||
},
|
||||
},
|
||||
alias: None,
|
||||
|
||||
Reference in New Issue
Block a user