Home
last modified time | relevance | path

Searched refs:noBound (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java304 TypeVariable<?> noBound = withBounds(noBoundJvmType); in testNewTypeVariable() local
309 assertEqualTypeVariable(noBoundJvmType, noBound); in testNewTypeVariable()
316 .addEqualityGroup(noBoundJvmType, noBound) in testNewTypeVariable()