Fix autoformat comment translocation

This commit is contained in:
Chris Smowton
2023-11-15 18:10:37 +00:00
parent b11a17db21
commit 8fd4f99a39

View File

@@ -48,8 +48,8 @@ where
exprs(e, oldKind, typeid, _, _) and
hasNewParent(e, parent, index) and
(
if oldKind = 89
then /* record pattern */ newKind = 74
else /* error expression */ oldKind = newKind
if oldKind = /* record pattern */ 89
then newKind = /* error expression */ 74
else oldKind = newKind
)
select e, newKind, typeid, parent, index