We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Per the spec, macros are not allowed to be used in the same library they are defined, or in the same library cycle.
So, the analyzer should report an error.
Tests:
language/macros/error/declare_and_use_same_library_test language/macros/error/declare_and_use_same_library_cycle_test
added here
Status