0N/A/*
0N/A * @test /nodynamiccopyright/
0N/A * @bug 4666866 4785453
0N/A * @summary REGRESSION: Generated error message unhelpful for missing methods
0N/A * @author gafter
0N/A *
610N/A * @compile/fail/ref=T4666866.out -XDrawDiagnostics T4666866.java
0N/A */
0N/A
0N/Aclass t implements Runnable {}