blob: 4cd295a7ebbbc48415edeced3efda26822aa5c0f [file] [log] [blame]
class Test {
void t(java.util.Map<String, String> m) {
String f = "";
System.out.println("f = " + <selection>f</selection> + ", " + m.get(f));
}
}