class IDEA101176 { static { foo((Integer i) -> i > 60); } static void foo(Predicate p){} interface Predicate { public boolean test(T t); } }