class Xtract { void me(int i) { if (i ==10) { return; } System.out.println("i: " + i); } }