mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add DeclarationAnnotation
This commit is contained in:
@@ -82,6 +82,10 @@ struct ScopableAnnotation
|
||||
ASTNode const* scope = nullptr;
|
||||
};
|
||||
|
||||
struct DeclarationAnnotation: ASTAnnotation, ScopableAnnotation
|
||||
{
|
||||
};
|
||||
|
||||
struct ImportAnnotation: ASTAnnotation
|
||||
{
|
||||
/// The absolute path of the source unit to import.
|
||||
|
||||
Reference in New Issue
Block a user