Skip to content

Commit 2e46dba

Browse files
Fixup
1 parent 656dd5f commit 2e46dba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Analyzers/CSharp/Tests/UseAutoProperty/UseAutoPropertyTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3261,6 +3261,11 @@ static Test()
32613261
public sealed class Test
32623262
{
32633263
public static Test Instance => field!;
3264+
3265+
static Test()
3266+
{
3267+
Instance = new Test();
3268+
}
32643269
}
32653270
""");
32663271

0 commit comments

Comments
 (0)