[macro] Declaring typedef not working and ruins macro generation #59717
Open
Description
When trying to declare a simple typedef
generation stops at typede
when typing and ruins macros generation at a whole, so nothing works unless this statement is removed/commented out.
For example:
builder.declareType('Test', DeclarationCode.fromString('typedef Test = int;'));
Dart version: 3.6.0 (same behavior was on 3.5.3 as well)