class Test { void foo () { int a = 1; System.out.println("" + (Object)a); } }