Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeItemTest.kt1089 val cacheTypeParams = cache.typeParameterList in Test superclass and interface types using type variables() constant
1090 assertThat(cacheTypeParams).hasSize(2) in Test superclass and interface types using type variables()
1091 val queryParam = cacheTypeParams[0] in Test superclass and interface types using type variables()
1092 val resultParam = cacheTypeParams[1] in Test superclass and interface types using type variables()