-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.feature-macrosImplementation of the macros featureImplementation of the macros featurepkg-jsonThe json macro packageThe json macro packagetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
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)

Metadata
Metadata
Assignees
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.feature-macrosImplementation of the macros featureImplementation of the macros featurepkg-jsonThe json macro packageThe json macro packagetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Type
Projects
Status
Done