blob: 919de12aedf79f59655f0932fc871ec44934eaa0 [file] [log] [blame]
class Foo {
String foo() {
<selection>String var = "";
if (var == null) {
return null;
}</selection>
System.out.println(var);
}
}