langtools/test/tools/javac/generics/InterfaceCast1.java
changeset 2985 f43e1241e7fb
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
2984:e15ff3a34054 2985:f43e1241e7fb
    25  * @test
    25  * @test
    26  * @bug 4453032
    26  * @bug 4453032
    27  * @summary overridden interface method causes the compiler to reject cast
    27  * @summary overridden interface method causes the compiler to reject cast
    28  * @author gafter
    28  * @author gafter
    29  *
    29  *
    30  * @compile -source 1.5 InterfaceCast1.java
    30  * @compile  InterfaceCast1.java
    31  */
    31  */
    32 
    32 
    33 public class InterfaceCast1 {
    33 public class InterfaceCast1 {
    34     public static void main(String[] args) throws Exception {
    34     public static void main(String[] args) throws Exception {
    35     }
    35     }