mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
An extra assert for no operator for libraries in ASTJsonExporter::visit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user