public class Foo { void m(Object o) { o.notnull<caret> value = 123; } }