Module AssignmentRule.ProvisionalViolation
Violation that will occur if the provisional annotation becomes real @Nullable
val offending_annotations : t -> ProvisionalAnnotation.t list
Non-empty list of corresponding provisional annotations (adding any of those will lead to an issue)
val fix_annotation : t -> ProvisionalAnnotation.t option
If there is a place such as adding
@Nullable
will fix the issue, this is the one.