Skip to content

Commit fef6ff4

Browse files
fixup! add storage base location to contract subnodes
1 parent a632251 commit fef6ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsolidity/parsing/Parser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ ASTPointer<ContractDefinition> Parser::parseContractDefinition()
434434
);
435435

436436
storageBaseLocationExpression = parseContractStorageBaseLocationExpression();
437+
subNodes.push_back(storageBaseLocationExpression);
437438
}
438439
else
439440
break;

0 commit comments

Comments
 (0)