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