class X { { String str = ""; foo(str, str.substring(0)); } void foo(String str, String str1) { } }