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

  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 122 Type[] multipleGenericTypesTTypes = multipleGenericTypesT.getGenericParameterTypes();
123 assertLenghtOne(multipleGenericTypesTTypes);
124 Type multipleGenericTypesTType = multipleGenericTypesTTypes[0];

Completed in 53 milliseconds