blob: 68bc4d648b671a5b37500ab964e01bd3abc4fabf [file] [log] [blame]
public class Foo {
void m(Object o) {
if (o == null) {
<caret>
}
}
}