import java.util.List; import java.util.ArrayList; class Vararg { { List list = new ArrayList(); List r = _DefaultPackage.gg(list, 3, 4, 5, 6); } }