T4666866.java 269 字节
Newer Older
D
duke 已提交
1 2 3 4 5 6
/*
 * @test  /nodynamiccopyright/
 * @bug 4666866 4785453
 * @summary REGRESSION: Generated error message unhelpful for missing methods
 * @author gafter
 *
7
 * @compile/fail/ref=T4666866.out -XDstdout -XDrawDiagnostics T4666866.java
D
duke 已提交
8 9 10
 */

class t implements Runnable {}