Searched defs:hasTypeVariables (Results 1 – 4 of 4) sorted by relevance
99 override fun hasTypeVariables(): Boolean = typeParameterList.isNotEmpty() in containingPackage() method
137 override fun hasTypeVariables(): Boolean = typeParameterList.isNotEmpty() in <lambda>() method
215 fun hasTypeVariables(): Boolean in <lambda>() method
192 override fun hasTypeVariables(): Boolean = psiClass.hasTypeParameters() in <lambda>() method