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