test/tools/javac/capture/Capture5.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4916650
  * @summary wildcards versus recursive F-bounds
  * @author Peter von der Ahe
  *
- * @compile -source 1.5 Capture5.java
+ * @compile Capture5.java
  */
 
 package capture5;
 
 interface R<T extends R<T>> {}