blob: 2111f4915d4a683a5114c5d577a9332d18d44010 [file] [log] [blame]
class A {
int foo (Object o) {
<selection>if (o == null) return 0;</selection>
if (o == null) return 0;
return 1;
}
}