class Test { void test(){ System.out.println("one" + "two" + "three"); } }