jdk
1/*
2* @test /nodynamiccopyright/
3* @bug 4666866 4785453
4* @summary REGRESSION: Generated error message unhelpful for missing methods
5* @author gafter
6*
7* @compile/fail/ref=T4666866.out -XDrawDiagnostics T4666866.java
8*/
9
10class t implements Runnable {}
11