blob: 9adbe8f8c16757b914e01b9ef168bb8c8885b45c [file] [log] [blame]
public class Extracted {
private final Test test;
int[] myT;
public Extracted(Test test) {
this.test = test;
this.myT = new int[]{test.getIi()};
}
}