mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use paths instead of simple identifiers wherever possible.
This commit is contained in:
@@ -63,7 +63,7 @@ bool ASTPrinter::visit(ContractDefinition const& _node)
|
||||
|
||||
bool ASTPrinter::visit(InheritanceSpecifier const& _node)
|
||||
{
|
||||
writeLine("InheritanceSpecifier \"" + _node.name().name() + "\"");
|
||||
writeLine("InheritanceSpecifier");
|
||||
printSourcePart(_node);
|
||||
return goDeeper();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user