Searched refs:foo4 (Results 1 - 4 of 4) sorted by relevance

/openjdk10/langtools/test/tools/javac/varargs/6313164/p1/
H A DB.java32 public <X extends A> void foo4(X... args) { } method in class:B
33 public void foo4(Object... args) { } method in class:B
/openjdk10/langtools/test/tools/javac/varargs/6313164/
H A DT6313164.java20 b.foo4(null, null); //error - A not accesible
21 /* 7 : ok - A not accessible, but foo4(Object...) applicable
24 b.foo4(new B(), new C());
/openjdk10/jdk/test/java/lang/reflect/Generics/
H A DTestGenericReturnTypeToString.java82 public FirstInnerClass.SecondInnerClass foo4() { method in class:TestGenericReturnTypeToString
/openjdk10/jdk/test/java/lang/annotation/
H A DTypeAnnotationReflection.java206 Method m4 = TestClassTypeVarAndField.class.getDeclaredMethod("foo4", (Class<?>[])null);
637 public <L> L foo4() {return null;} method in class:TestClassTypeVarAndField

Completed in 102 milliseconds