blob: 477a154402ca34fe6c84066c1cf20ef2cb69554e [file] [log] [blame]
public class Foo {
void m(Object o) {
if (true) {
}
else o.notnull<caret>
}
}