1 2 3 4 5 6 7 8 9 10 11
original.name="MethodCall_Invalid_1" ====== >>> main.whiley method f(int x) -> int: return 1 public export method test(&int _this): f(_this, 1) --- E604 main.whiley 5,4