mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make annotations `SetOnce or optional` where feasible
This commit is contained in:
@@ -100,7 +100,7 @@ inline string appendVirtual(FunctionDefinition const& _function)
|
||||
|
||||
void AbstractContract::endVisit(ContractDefinition const& _contract)
|
||||
{
|
||||
bool isFullyImplemented = _contract.annotation().unimplementedDeclarations.empty();
|
||||
bool isFullyImplemented = _contract.annotation().unimplementedDeclarations->empty();
|
||||
|
||||
if (
|
||||
!isFullyImplemented &&
|
||||
|
||||
Reference in New Issue
Block a user