Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Sep 16, 2024
1 parent 6705a2f commit a2b794d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ void M1() //x
public async Task TestNoDiagnostic_NamespaceDeclaration()
{
await VerifyNoDiagnosticAsync(@"
namespace MyNamespace // Some comment
namespace N // Some comment
{
public class C
class C
{
}
}");
Expand Down

0 comments on commit a2b794d

Please sign in to comment.