mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
b2900c36c6
@ -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&)
|
||||||
@ -378,10 +379,12 @@ void ASTJsonConverter::endVisit(UserDefinedTypeName const&)
|
|||||||
|
|
||||||
void ASTJsonConverter::endVisit(Mapping const&)
|
void ASTJsonConverter::endVisit(Mapping const&)
|
||||||
{
|
{
|
||||||
|
goUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ASTJsonConverter::endVisit(InlineAssembly const&)
|
void ASTJsonConverter::endVisit(InlineAssembly const&)
|
||||||
{
|
{
|
||||||
|
goUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ASTJsonConverter::endVisit(Block const&)
|
void ASTJsonConverter::endVisit(Block const&)
|
||||||
|
Loading…
Reference in New Issue
Block a user