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 1dc0c45 commit 1a6e2a2Copy full SHA for 1a6e2a2
src/PowerShellEditorServices/Services/PowerShell/Refactoring/IterativeVariableVisitor.cs
@@ -414,6 +414,9 @@ public void ProcessNode(Ast node)
414
415
internal void NewSplattedModification(Ast Splatted)
416
{
417
+ // This Function should be passed a Splatted VariableExpressionAst which
418
+ // is used by a CommandAst that is the TargetFunction.
419
+
420
// Find the Splats Top Assignment / Definition
421
Ast SplatAssignment = GetVariableTopAssignment(
422
Splatted.Extent.StartLineNumber,
@@ -443,7 +446,6 @@ assignmentStatementAst.Right is CommandExpressionAst commExpAst &&
443
446
}
444
447
445
448
-
449
450
451
0 commit comments