test/tools/javac/generics/wildcards/pos/InstanceOf.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4892571
  * @summary generics: type cast with instance of
  * @author gafter
  *
- * @compile -source 1.5 -Werror InstanceOf.java
+ * @compile  -Werror InstanceOf.java
  */
 
 class InstanceOf<T> {
     static interface I1<T> {
         public T[] toArray();