mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix Mapping and InlineAssembly in JSON AST
This commit is contained in:
parent
a7ff352d38
commit
cbedc7b343
@ -379,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