// generics/UseList.java // ©2016 MindView LLC: see Copyright.txt // {CompileTimeError} (Will not compile) public class UseList { void f(List v) {} void f(List v) {} }