public void stuff2(IAI2 other) { int x = 7; other.val = x; val = x; x = other.val; x = val; val = other.val; }
public void stuff(IAI2 other) { val = other.val; }
public void stuff (IAI2 other) { val = other.val; }