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
314 B
Java
9 lines
314 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 4980352
|
|
* @summary Verify compiler doesn't throw a NullPointerException when compiling.
|
|
* @author tball
|
|
*
|
|
* @compile/fail/ref=BoundClassError.out -XDrawDiagnostics BoundClassError.java
|
|
*/
|
|
public class BoundClassError <T extends String&Comparable<BoundClassError>> {}
|