R463 – Git conflict markers were found in the file (WMB)

Git conflict markers were found in the file (WMB)

Git commit markers have been found in the code.

This could indicate a failed merge.

DECLARE X BOOLEAN;

<<<<<<< HEAD
DECLARE Y BOOLEAN;
=======
DECLARE Z BOOLEAN;
>>>>>>> cb1abc6bd98cfc84317f8aa95a7662815417802d

SET OutputRoot = InputRoot;