fixup! User-defined operators: Tests

This commit is contained in:
Kamil Śliwak
2023-01-25 00:29:10 +01:00
parent cd83d09cf3
commit bf29ae7669
10 changed files with 31 additions and 13 deletions
@@ -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();