Searched defs:noParamReturn (Results 1 - 2 of 2) sorted by relevance
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ | ||
H A D | BoundedGenericMethodsTests.java | 33 public <T extends BoundedGenericMethods> T noParamReturn() { method in class:BoundedGenericMethodsTests.BoundedGenericMethods 117 Method method = clazz.getMethod("noParamReturn"); |
H A D | GenericMethodsTests.java | 37 public <T> T noParamReturn() { return (T) new Object(); } method in class:GenericMethodsTests.GenericMethods 98 Method method = clazz.getMethod("noParamReturn"); |
Completed in 3 milliseconds