Searched refs:Generics (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DWrongType.java69 class Generics<X> { class in class:WrongType
70 <Y> void m(Generics<Y> this) {}
/openjdk10/langtools/test/tools/javac/T8010737/
H A DParameterNamesAreNotCopiedToAnonymousInitTest.java104 this.getClass().getName() + "$Generics$1.class").toUri()), 2);
240 class Generics<T1> { class in class:ParameterNamesAreNotCopiedToAnonymousInitTest
243 <T2> Generics(@ParamAnnotation T1 t1, @ParamAnnotation T2 t2) { method in class:ParameterNamesAreNotCopiedToAnonymousInitTest.Generics
249 Generics<Integer> a = new <String>Generics<Integer>(

Completed in 60 milliseconds