import java.util.Iterator; class Main { { new Iterable() { // comment @Override public Iterator iterator() { return null; } }; } }