blob: e659df1234408bc29323d442c6b94087d9ab2918 [file] [log] [blame]
class XX { // rename me to Y and let the refactoring rename the variables too.
void foo(XX x) {
String y = "asdf";
System.out.println("x: " + x + y);
}
}