1. Compare the resulting solution with Java. We al...
# language-proposals
d
2. Compare the resulting solution with Java. We already do overload resolution slightly different (Java takes some effort to maintain backward compatibility with previous versions of the language). Each such corner case is a bad surprise (unfortunately, there are some Java libraries that rely on overload resolution in Java). Most likely, multiple varargs themselves wouldn't cause additional issues (since there's no such thing in Java), just make sure that you don't break anything just to cram them in.