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.
9 lines
288 B
Java
9 lines
288 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 8030714
|
|
* @summary make sure attribute and flow is skipped for implicit classes
|
|
* @compile/ref=SkipAttrFlowGenForImplicits.out -XDverboseCompilePolicy -implicit:none SkipAttrFlowGenForImplicits.java
|
|
*/
|
|
class Explicit {
|
|
Implicit implicit;
|
|
}
|