blob: 24abc14797f4d2edf455212836eeaeb7977b8f7b [file] [log] [blame]
import static java.util.Collections.EMPTY_LIST;
public class AnonymousClassJUnit4 {
@org.junit.Test
public void testNotNull() {
EMPTY_LIST != null<caret>
}
}