mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse complex import directives.
This commit is contained in:
@@ -49,7 +49,7 @@ void ASTPrinter::print(ostream& _stream)
|
||||
|
||||
bool ASTPrinter::visit(ImportDirective const& _node)
|
||||
{
|
||||
writeLine("ImportDirective \"" + _node.identifier() + "\"");
|
||||
writeLine("ImportDirective \"" + _node.path() + "\"");
|
||||
printSourcePart(_node);
|
||||
return goDeeper();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user