Searched refs:implicitNullness (Results 1 – 2 of 2) sorted by relevance
468 … val implicitNullness = if (owner != null) AnnotationItem.getImplicitNullness(owner) else null in getCanonicalText() constant469 val annotatedType = if (implicitNullness != null) { in getCanonicalText()470 val provider = if (implicitNullness == true) { in getCanonicalText()478 if (implicitNullness == false && type is PsiArrayType && in getCanonicalText()483 } else if (implicitNullness == false && in getCanonicalText()
113 val implicitNullness = AnnotationItem.getImplicitNullness(new) in compareNullability() constant114 if (implicitNullness == true && isNullable(old)) { in compareNullability()117 if (implicitNullness == false && !isNullable(old)) { in compareNullability()