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