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 2c21cb4 commit b62a860Copy full SHA for b62a860
src/Compilers/CSharp/Test/Syntax/LexicalAndXml/LexicalErrorTests.cs
@@ -437,8 +437,7 @@ public static void Main()
437
);
438
}
439
440
- [Fact]
441
- [WorkItem("https://github.com/dotnet/roslyn/issues/32106")]
+ [Fact, WorkItem("https://github.com/dotnet/roslyn/issues/32106")]
442
public void DuplicateModifiers_NotReportedDuringParsing()
443
{
444
// Duplicate modifiers for local declarations and local functions should not produce
0 commit comments