langtools/test/tools/javac/BoundClassError.java
author jjg
Wed, 29 Oct 2014 17:25:23 -0700 (2014-10-30)
changeset 27319 030080f03e4f
parent 26274 02a5b23ee21c
permissions -rw-r--r--
8062348: langtools tests should close file manager (group 1) Reviewed-by: darcy
/*
 * @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>> {}