We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff9bd6 commit 2861a0cCopy full SHA for 2861a0c
Rubberduck.Refactorings/ExtractMethod/ExtractMethodSelectionValidation.cs
@@ -89,7 +89,7 @@ public bool IsSelectionValid(QualifiedSelection qualifiedSelection)
89
procEndOfSignature = setStmt.endOfStatement();
90
break;
91
default:
92
- _invalidContexts.Add(Tuple.Create(procStartContext, RefactoringsUI.ExtractMethod_InvalidMessageSelectionNotInRecognisedProcedure);
+ _invalidContexts.Add(Tuple.Create(procStartContext, RefactoringsUI.ExtractMethod_InvalidMessageSelectionNotInRecognisedProcedure));
93
return false;
94
}
95
0 commit comments