Relates :
|
|
Relates :
|
|
Relates :
|
JLS 7 requires the access of a varargs parameter type to be checked during overload resolution, while JLS 8, per JDK-8016205, performs this check afterwards. javac should follow the specified behavior. (Legacy behavior should be preserved for -source levels before 8.)
|