class Test { private void test() { String aaaa = "sdf"; System.out.println("\taaaa"); } }