jdk-24/test/langtools/tools/javac/miranda/T4666866.java

11 lines
259 B
Java
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* @test /nodynamiccopyright/
* @bug 4666866 4785453
* @summary REGRESSION: Generated error message unhelpful for missing methods
* @author gafter
*
* @compile/fail/ref=T4666866.out -XDrawDiagnostics T4666866.java
2007-12-01 00:00:00 +00:00
*/
class t implements Runnable {}