DRY-252: Parameter with array dimension in name is not type-checked
This is not typed, because the array syntax is not simplified in this case:public static void main(String args[]) {
Submitted on 20 April 2007 at 11:21
args[0];
}
Log in to post comments