package jetbrains.mps.closures.test; /*Generated by MPS */ public class MPS9324<T> { public MPS9324() { } public void method() { MPS9324.Predicate<MPS9324.Parameter<T>> i = new MPS9324.Predicate<MPS9324.Parameter<T>>() { public void doIt(MPS9324.Parameter<T> p) { } }; } public interface Predicate<TT> { void doIt(TT t); } public static class Parameter<TTT> { public Parameter() { } } }