blob: e3aeb96342cd33ef9817dd955199a103d03439ef [file] [log] [blame]
package simple_out;
public class TestConstructor2 {
private Object object;
public TestConstructor2(Object o, int i) {
object= o;
}
}