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