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