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