Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
10 lines
259 B
Java
10 lines
259 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 4666866 4785453
|
|
* @summary REGRESSION: Generated error message unhelpful for missing methods
|
|
* @author gafter
|
|
*
|
|
* @compile/fail/ref=T4666866.out -XDrawDiagnostics T4666866.java
|
|
*/
|
|
|
|
class t implements Runnable {}
|