We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb02542 commit 301c6d4Copy full SHA for 301c6d4
1 file changed
test/PowerShellEditorServices.Test.Shared/Refactoring/Variables/VariableRedefinitionRenamed.ps1
@@ -0,0 +1,3 @@
1
+$Renamed = 10
2
+$Renamed = 20
3
+Write-Output $Renamed
0 commit comments