savePrecedings method

List<ASTAnnotation> savePrecedings()

Implementation

List<ASTAnnotation> savePrecedings() {
  final saved = currentPrecedings;
  currentPrecedings = [];
  return saved;
}