mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix JSON AST structure
This commit is contained in:
parent
f2bec51a96
commit
a7ff352d38
@ -362,6 +362,7 @@ void ASTJsonConverter::endVisit(FunctionDefinition const&)
|
|||||||
|
|
||||||
void ASTJsonConverter::endVisit(VariableDeclaration const&)
|
void ASTJsonConverter::endVisit(VariableDeclaration const&)
|
||||||
{
|
{
|
||||||
|
goUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ASTJsonConverter::endVisit(TypeName const&)
|
void ASTJsonConverter::endVisit(TypeName const&)
|
||||||
|
Loading…
Reference in New Issue
Block a user