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:
KtorZ
2024-05-05 13:06:00 +02:00
committed by Kasey
parent 1070347203
commit ef70c6b8a8
3 changed files with 5 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ Schema {
Var {
tipo: RefCell {
value: Generic {
id: 37,
id: 35,
},
},
alias: None,