public void increment() { super.increment(); i++; print(i); }
static void f(MyIncrement mi) { mi.increment(); }