test/tools/javac/miranda/T4666866.java

changeset 288
d402db1005ad
parent 1
9a66ca7c79fa
child 611
4172cfff05f0
equal deleted inserted replaced
287:44eaac2b4501 288:d402db1005ad
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 4666866 4785453 3 * @bug 4666866 4785453
4 * @summary REGRESSION: Generated error message unhelpful for missing methods 4 * @summary REGRESSION: Generated error message unhelpful for missing methods
5 * @author gafter 5 * @author gafter
6 * 6 *
7 * @compile/fail/ref=T4666866.out -XDstdout -XDdiags=%b:%l:%_%m T4666866.java 7 * @compile/fail/ref=T4666866.out -XDstdout -XDrawDiagnostics T4666866.java
8 */ 8 */
9 9
10 class t implements Runnable {} 10 class t implements Runnable {}

mercurial