1 import org.jetbrains.annotations.*;
3 import java.util.Collection;
7 public void foo(@Nullable String a, Collection<D> test) {
8 boolean filterA = a == null;
10 if ("c".equals(i.getE()) || filterA || bar(a)) {
11 System.out.println("ok");
16 private native boolean bar(@NotNull String c);