-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add several missing
ASTNode
macro methods (#10811)
Adds: * `Annotation#name` * #9326 converts the name to a `MacroId` on behalf of the user. This PR returns the `Path` directly (like `Generic`). * `{Case,When}#exhaustive?` * `Call#global?` * `Def#{abstract?,free_vars}`
- Loading branch information
1 parent
fe810b3
commit b06c7b2
Showing
3 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters