blob: 9278a952ed525eda84b7f4fff3cb5e1076628fad [file] [log] [blame]
package com.siyeh.ipp.asserttoif.assert_to_if;
public class Incomplete {
void x(Object o) {
assert <caret>o != null :
}
}