Introduce AnyFunctionDefinition Node (#4898)

This commit is contained in:
Micha Reiser 2023-06-06 20:37:46 +02:00 committed by GitHub
parent 1ed5d7e437
commit 19abee086b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 115 additions and 0 deletions

View file

@ -2,6 +2,7 @@ pub mod all;
pub mod call_path;
pub mod cast;
pub mod comparable;
pub mod function;
pub mod hashable;
pub mod helpers;
pub mod imports;