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