addFix abstract method

void addFix(
  1. Diagnostic diagnostic,
  2. PrioritizedSourceChange change
)

Records a new change (fix) associated with the given diagnostic.

Implementation

void addFix(Diagnostic diagnostic, PrioritizedSourceChange change);