test/tools/javac/generics/T4711572.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4711572
  * @summary generics: problem with type inference for recursive methods
  * @author gafter
  *
- * @compile -source 1.5 T4683314.java
+ * @compile  T4683314.java
  */
 
 class T4711572 {
     static <T> boolean isOK(T x) {
         return isOK(x);