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