blob: b6dad71f2e90fe1e927863ff90c494cc82b861df [file] [log] [blame]
public class X {
void f(Object foo) {
<spot>if</spot> (foo==null) {
throw new AssertionError("Argument is null");
}
}
}