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 ff75355 commit 9e05678Copy full SHA for 9e05678
test/PowerShellEditorServices.Test.Shared/Refactoring/Functions/FunctionSameName.ps1
@@ -1,7 +1,7 @@
1
function SameNameFunction {
2
- Write-Host "This is the outer function"
+ Write-Host 'This is the outer function'
3
4
- Write-Host "This is the inner function"
+ Write-Host 'This is the inner function'
5
}
6
SameNameFunction
7
test/PowerShellEditorServices.Test.Shared/Refactoring/Functions/FunctionSameNameRenamed.ps1
@@ -1,5 +1,5 @@
function Renamed {
Write-Host 'This is the inner function'
0 commit comments