Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QtVsTools.RegExpr/production/ProductionRuleAction.cs
@@ -135,11 +135,9 @@
            public bool Execute(ref T prod, string value, params object[] operands)
            {
                int idx = 0;
                T1 x;
                T2 y;
                if (!GetOperand(out x, operands, ref idx))
                if (!GetOperand(out T1 x, operands, ref idx))
                    return false;
                if (!GetOperand(out y, operands, ref idx))
                if (!GetOperand(out T2 y, operands, ref idx))
                    return false;
                if (!TestAssert(prod, value, x, y))