Searched refs:implicitNullness (Results 1 – 2 of 2) sorted by relevance
453 … val implicitNullness = if (owner != null) AnnotationItem.getImplicitNullness(owner) else null in getCanonicalText() constant454 val annotatedType = if (implicitNullness != null) { in getCanonicalText()455 val provider = if (implicitNullness == true) { in getCanonicalText()461 if (implicitNullness == false && in getCanonicalText()
109 val implicitNullness = AnnotationItem.getImplicitNullness(new) in compare() constant110 if (implicitNullness == true && isNullable(old)) { in compare()113 if (implicitNullness == false && !isNullable(old)) { in compare()