blob: b5d7fd80d73585e1b581f3ed9df97ec434606ca3 [file] [log] [blame]
public class Foo {
void m(Object o) {
o.notnull<caret>
}
}