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

/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java89 class Generic3<X extends @RcvrA Object> { class
90 void test1(Generic3<X> this) {}
91 void test2(@RcvrA Generic3<X> this) {}
92 void test3(Generic3<@RcvrA X> this) {}
93 void test4(@RcvrA Generic3<@RcvrA X> this) {}
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java82 class Generic3<X extends @A Object> { class
83 void test1(Generic3<X> this) {}
84 void test2(@A Generic3<X> this) {}
85 void test3(Generic3<@A X> this) {}
86 void test4(@A Generic3<@A X> this) {}

Completed in 85 milliseconds