langtools/test/tools/javac/generics/typevars/5060485/Neg2.java
author sogoel
Thu, 17 Jul 2014 09:56:07 -0700
changeset 25691 8d4664cdd4ce
parent 5520 86e4b9a9da40
permissions -rw-r--r--
8048833: .out files for generics tests in tools/javac dir Reviewed-by: jjg

/*
 * @test    /nodynamiccopyright/
 * @bug     5060485
 * @summary The scope of a class type parameter is too wide
 * @author  Peter von der Ah\u00e9
 * @compile/fail/ref=Neg2.out -XDrawDiagnostics  Neg2.java
 */

public class Neg2<X extends X> {
}