class Test1<U> { public static void main(String[] args) { Comparable<? extends Integer> c = (Integer o) ->{ return 0; }; } }