Searched refs:isNullable (Results 1 – 2 of 2) sorted by relevance
100 return isNullable(item) || isNonNull(item) in hasNullnessInformation()107 fun isNullable(item: Item): Boolean { in isNullable() method108 return item.modifiers.annotations().any { it.isNullable() } in isNullable()
252 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi()