package jetbrains.mps.internalCollections.test.closures; /*Generated by MPS */ public class IntHolder { private int i; public IntHolder(int i) { this.i = i; } public int getInt() { return i; } }