mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
virtual modifiers (in Abstract contracts) allow empty bodies
This commit is contained in:
@@ -99,7 +99,7 @@ inline string appendVirtual(FunctionDefinition const& _function)
|
||||
|
||||
void AbstractContract::endVisit(ContractDefinition const& _contract)
|
||||
{
|
||||
bool isFullyImplemented = _contract.annotation().unimplementedFunctions.empty();
|
||||
bool isFullyImplemented = _contract.annotation().unimplementedDeclarations.empty();
|
||||
|
||||
if (
|
||||
!isFullyImplemented &&
|
||||
|
||||
Reference in New Issue
Block a user