pub fn insert_as_keyword_fix(children: &[Segment]) -> Vec<SourceEdit>Expand description
Generate a fix that inserts “AS “ before the last non-trivia child (the alias name). Used by AL01 and AL02.
pub fn insert_as_keyword_fix(children: &[Segment]) -> Vec<SourceEdit>Generate a fix that inserts “AS “ before the last non-trivia child (the alias name). Used by AL01 and AL02.