class Test { void test(){ System.out.println(1 + 2 + 3); } }