package jetbrains.mps.closures.test; /*Generated by MPS */ public interface NumberGenerator { Iterable<Integer> generate(); }