blob: 9efc7ff4b230753cb2eae24d1cfccd7ce5ecbf39 [file] [log] [blame]
public class Test {
public Test(int... i){}
void foo(){}
public static void main(String[] args){
new Builder().setI(1, 2, 3).createTest().foo();
}
}