blob: 64d77c7bc83082f31963555dc0929121be82ee3e [file] [log] [blame]
import java.util.*;
class Auto {
public Auto(ArrayList w, Runnable <caret>i) {
this(w, null,null);
}
public Auto(ArrayList w, Runnable i,Runnable o) {
o.hashCode();
}
{
new Auto(null,null,null);
new Auto(null,<flown1>null);
}
}