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