llvm/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file3.yaml

---
MainSourceFile: source1.cpp
Diagnostics:
  - DiagnosticName:  test-conflict
    DiagnosticMessage:
      Message: Fix
      FilePath: $(path)/common.h
      FileOffset: 169
      Replacements:
        - FilePath:        $(path)/common.h
          Offset:          169
          Length:          0
          ReplacementText: "(int*)"
...