You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, metadata in general is not fully implemented. The analyzer has half of an implementation, but it only provides "code" as raw strings not Identifiers, so you don't get prefixes, and only code literals will actually work.
When using
positionalArguments
andnamedArguments
fromConstructorMetadataAnnotation
for macro code generation, none of the types include a prefix.macro code:
user code:
generated code:
console:
Undefined name 'MyEnum'. Try correcting the name to one that is defined, or defining the name.
The text was updated successfully, but these errors were encountered: