Searched refs:otherConstant (Results 1 – 1 of 1) sorted by relevance
91 val otherConstant = other.initialValue() in <lambda>() constant92 if (thisConstant == null != (otherConstant == null)) { in <lambda>()105 if (thisConstant == otherConstant) { in <lambda>()109 if (thisConstant.toString() == otherConstant.toString()) { in <lambda>()117 if (thisConstant is PsiField && otherConstant is PsiField) { in <lambda>()119 val name2 = otherConstant.name in <lambda>()122 val qualifiedName2 = otherConstant.containingClass?.qualifiedName in <lambda>()