An extra assert for no operator for libraries in ASTJsonExporter::visit

This commit is contained in:
wechman
2022-09-28 13:07:58 +02:00
parent c89eecf52b
commit e3f5c4c1b5
2 changed files with 7 additions and 2 deletions
@@ -2,7 +2,7 @@ using {add as +} for S;
struct S {
uint x;
}
}
function add(S calldata, S calldata) pure returns (S calldata r) {
assembly {