mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move ContractKind from ContractDefinition to file-scope
This commit is contained in:
@@ -69,5 +69,7 @@ struct FuncCallArguments
|
||||
bool hasNamedArguments() const { return !names.empty(); }
|
||||
};
|
||||
|
||||
enum class ContractKind { Interface, Contract, Library };
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user