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 d67bdb1 commit 2dc9d9aCopy full SHA for 2dc9d9a
src/Workspaces/CSharpTest/Formatting/FormattingTests_Patterns.cs
@@ -601,7 +601,7 @@ void M(string[][] ss)
601
}
602
""");
603
604
- [Fact, WorkItem("https://github.com/dotnet/roslyn/issues/54288")]
+ [Fact, WorkItem("https://github.com/dotnet/roslyn/issues/54434")]
605
public Task FormatPropertyPatternInPositionalPattern1()
606
=> AssertFormatAsync("""
607
class C
0 commit comments