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 dc29fa9 commit d1f6c28Copy full SHA for d1f6c28
GitHubActionsTest/Test.cs
@@ -2,8 +2,8 @@
2
{
3
public class Test
4
5
- public object Field; // Wowie
6
- public object Field2;
+ public object Field = new(); // Wowie
+ public object Field2 = new();
7
8
public override string ToString()
9
=> "Hello, world!";
0 commit comments