jjg@309: /* jjg@384: * @test /nodynamiccopyright/ jjg@309: * @bug 6843077 jjg@309: * @summary check that A is accessible in the class type parameters jjg@309: * @author Mahmood Ali jjg@309: * @compile/fail/ref=Scopes.out -XDrawDiagnostics -source 1.7 Scopes.java jjg@309: */ jjg@309: class Scopes { jjg@309: @interface UniqueInner { }; jjg@309: }