test/tools/javac/5045412/Bar.java

Wed, 09 Apr 2008 11:19:15 -0700

author
xdono
date
Wed, 09 Apr 2008 11:19:15 -0700
changeset 15
18f0b1b5ffd6
parent 1
9a66ca7c79fa
child 86
3437676858e3
permissions
-rw-r--r--

Added tag jdk7-b25 for changeset 58039502942e

     1 /**
     2  * @test  /nodynamiccopyright/
     3  * @bug 5045412
     4  * @compile/fail/ref=out -XDstdout -XDrawDiagnostics -Xlint:serial -XDfailcomplete=java.io.Serializable Bar.java
     5  */
     7 /**
     8  * @test  /nodynamiccopyright/
     9  * @bug 5045412
    10  * @compile/fail/ref=out -XDstdout -XDrawDiagnostics -Xlint:serial -XDfailcomplete=java.io.Serializable Bar.java Foo.java
    11  */
    13 class Bar implements java.io.Serializable { }

mercurial