Source position: fpsonar.types.pp line 38
type TFpSonarDiagnostic = record
FileName: string;
Row: Integer;
Col: Integer;
Kind: TFpSonarDiagnosticKind;
Message: string;
end;