//: generics/UseList.java // {CompileTimeError} (Will not compile) public class UseList { void f(List v) {} void f(List v) {} } ///:~