static void lambdaMethod0Like methodForEach(IVF1 f, Iterable l) { forEach(f, l); } static void methodForEach(IVF1 f, A[] l) { forEach(f, l); }