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 6485f8e commit 15eb673Copy full SHA for 15eb673
language/class/simple/create-instance.ps1
@@ -1 +1,2 @@
1
-$obj = [CLS]::new(42, 'hello world')
+$obj = [CLS]::new(42, 'hello world')
2
+$anotherObj = new-object CLS 99, 'ninety-nine'
0 commit comments