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 dfe91cd commit 6a3d295Copy full SHA for 6a3d295
src/Analyzers/CSharp/Tests/GenerateMethod/GenerateMethodTests.cs
@@ -10614,7 +10614,7 @@ private int Goo()
10614
}
10615
""", new(parseOptions: CSharpParseOptions.Default.WithLanguageVersion(LanguageVersion.CSharp14)));
10616
10617
- [Fact]
+ [Fact, WorkItem("https://github.com/dotnet/roslyn/issues/80628")]
10618
public Task TestGenerateAbstractMethodReturningTask()
10619
=> TestInRegularAndScriptAsync(
10620
"""
0 commit comments