Describes overlapping replacement ranges in a rewrite plan.
Summary
Types
@type t() :: %ExAST.PatchConflict{ first_range: Sourceror.Range.t(), reason: :overlapping_replacements, second_range: Sourceror.Range.t() }
Describes overlapping replacement ranges in a rewrite plan.
@type t() :: %ExAST.PatchConflict{ first_range: Sourceror.Range.t(), reason: :overlapping_replacements, second_range: Sourceror.Range.t() }