solidity/test/libsolidity/syntaxTests/using/operator_for_library.sol
2022-09-28 13:07:58 +02:00

8 lines
120 B
Solidity

using {f as +} for L;
function f() {}
library L {}
// ----
// TypeError 1130: (19-20): Invalid use of a library name.