Open rpau opened 9 years ago
https://docs.oracle.com/javase/tutorial/java/generics/genTypeInference.html
void processAList(List stringList) { // process stringList }
processAList(Collections.emptyList());
https://docs.oracle.com/javase/tutorial/java/generics/genTypeInference.html
void processAList(List stringList) { // process stringList }
processAList(Collections.emptyList());