langtools/test/tools/javac/BoundClassError.java
author hannesw
Tue, 22 Mar 2016 14:23:16 +0100
changeset 36690 06b714373aa4
parent 26274 02a5b23ee21c
permissions -rw-r--r--
8151810: for-in iteration does not provide per-iteration scope Reviewed-by: attila, lagergren

/*
 * @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>> {}