mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support experimental feature pragma
This commit is contained in:
@@ -61,6 +61,8 @@ struct SourceUnitAnnotation: ASTAnnotation
|
||||
std::string path;
|
||||
/// The exported symbols (all global symbols).
|
||||
std::map<ASTString, std::vector<Declaration const*>> exportedSymbols;
|
||||
/// Experimental feature pragmas.
|
||||
std::set<ASTString> experimentalFeatures;
|
||||
};
|
||||
|
||||
struct ImportAnnotation: ASTAnnotation
|
||||
|
||||
Reference in New Issue
Block a user