HomeSort by relevance Sort by last modified time
    Searched full:multiplegenerictypesstypes (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 129 Type[] multipleGenericTypesSTypes = multipleGenericTypesS.getGenericParameterTypes();
130 assertLenghtOne(multipleGenericTypesSTypes);
131 Type multipleGenericTypesSType = multipleGenericTypesSTypes[0];

Completed in 119 milliseconds