mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixup! User-defined operators: Tests
This commit is contained in:
-1
@@ -2,7 +2,6 @@ type Int is int16;
|
||||
|
||||
using {add as +} for Int;
|
||||
|
||||
|
||||
function add(Int, Int) returns (Int) {
|
||||
B b = new B();
|
||||
return b.f();
|
||||
|
||||
Reference in New Issue
Block a user