Searched refs:cacheTypeParams (Results 1 – 1 of 1) sorted by relevance
1089 val cacheTypeParams = cache.typeParameterList in Test superclass and interface types using type variables() constant1090 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()