blob: 5469cef6430b821b65c9beaa14ef4172f1f5454d [file] [log] [blame]
public class Foo {
void m(Object o) {
if (o != null) {
<caret>
}
value = 123;
}
}