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