class WW { { String ddd; ddd = foo(1); } private String foo(int i) { return i+""; } }