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