-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Currently the object field initializer uses designator from AST. That leads to polluted emitter in CompoundObjectInitializationExpression which known about what kind of initializer we have.
| internal Designation Designation; |
Instead of that, I think proper way to handle that would be encode initialization at that AST->IR translation, or create special IR translation phase which desugar expression to primitive object field assigning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels