blob: 40b6a7c5bd7a4e65953306a3e06ed25908142f7d [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 4666866 4785453
* @summary REGRESSION: Generated error message unhelpful for missing methods
* @author gafter
*
* @compile/fail/ref=T4666866.out -XDstdout -XDdiags=%b:%l:%_%m T4666866.java
*/
class t implements Runnable {}