class Test { void foo(String[] ss) { int x = 42; System.out.println(x+1); } }