Searched refs:typeParameter (Results 1 – 10 of 10) sorted by relevance
55 val typeParameter = fooClass.typeParameterList.single() in Test typeBounds no extends() constant56 assertThat(typeParameter.toSource()).isEqualTo("T") in Test typeBounds no extends()57 val typeBounds = typeParameter.typeBounds() in Test typeBounds no extends()90 val typeParameter = fooClass.typeParameterList.single() in Test typeBounds extends Comparable() constant91 val typeBounds = typeParameter.typeBounds() in Test typeBounds extends Comparable()127 val typeParameter = fooClass.typeParameterList.single() in Test typeBounds multiple() constant128 val typeBounds = typeParameter.typeBounds() in Test typeBounds multiple()302 val typeParameter = clazz.typeParameterList.single() in Test type parameter bounds with multiple class parameters() constant303 assertThat(typeParameter.isReified()).isFalse() in Test type parameter bounds with multiple class parameters()305 assertThat(typeParameter.toSource()) in Test type parameter bounds with multiple class parameters()[all …]
108 val typeParameter = variableMethod.typeParameterList.single() in <lambda>() constant109 variable.assertReferencesTypeParameter(typeParameter) { in <lambda>()182 val typeParameter = variableMethod.typeParameterList.single() in <lambda>() constant183 variable.assertReferencesTypeParameter(typeParameter) { in <lambda>()224 val typeParameter = variableMethod.typeParameterList.single() in <lambda>() constant225 variable.assertReferencesTypeParameter(typeParameter) { in <lambda>()
137 for ((typeParameter, param) in typeParameterItemToBounds) { in equals() constant138 val boundsTypeItem = boundsSetter(typeItemFactory, typeParameter, param) in equals()139 if (typeParameter.typeBounds() !== boundsTypeItem) in equals()
426 for (typeParameter in typeParameterList) { in <lambda>() method427 if (typeParameter.typeBounds().any { it.hasHiddenType(filterReference) }) return true in <lambda>()
180 val typeParameter = trimmed.indexOf('<') in getClassName() constant181 return if (typeParameter != -1) { in getClassName()182 trimmed.substring(0, typeParameter) in getClassName()
106 val typeParameter = variableMethod.typeParameterList.single() in foo1() constant107 variable.assertReferencesTypeParameter(typeParameter) in foo1()
158 typeParameter: TypeParameterItem, in assertReferencesTypeParameter()162 assertThat(asTypeParameter).isSameInstanceAs(typeParameter) in assertReferencesTypeParameter()
1529 val typeParameter = genericClass.typeParameterList.single() in Check TypeParameterItem is not a ClassItem() constant1534 assertThat(typeParameter).isInstanceOf(TypeParameterItem::class.java) in Check TypeParameterItem is not a ClassItem()1535 assertThat(typeParameter).isNotInstanceOf(ClassItem::class.java) in Check TypeParameterItem is not a ClassItem()1563 val typeParameter = genericClass.typeParameterList.single() in Check pathological type parameter conflicting with primitive type() constant1566 methodReturnType.assertReferencesTypeParameter(typeParameter) in Check pathological type parameter conflicting with primitive type()
136 val typeParameter = typeParameterScope.getTypeParameter(type.sym().name()) in <lambda>() constant137 DefaultVariableTypeItem(modifiers, typeParameter) in <lambda>()
1240 for (typeParameter in typeParameterList) { in <lambda>() method1241 for (bound in typeParameter.typeBounds()) { in <lambda>()