blob: 763148ba9a6b09e052bb7b025be157c44c38b345 [file] [log] [blame]
package com.siyeh.ipp.asserttoif.assert_to_if;
public class Incomplete {
void x(Object o) {
if (o == null) throw new AssertionError();
}
}