- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testVisitWildcardType (0.1 sec)
-
guava-tests/test/com/google/common/reflect/TypeVisitorTest.java
assertVisited(type); new BaseTypeVisitor() { @Override void visitTypeVariable(TypeVariable<?> t) {} }.visit(type); } public void testVisitWildcardType() { WildcardType type = Types.subtypeOf(String.class); assertVisited(type); new BaseTypeVisitor() { @Override void visitWildcardType(WildcardType t) {} }.visit(type); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3.7K bytes - Viewed (0)