File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Workspaces/CSharpTest/Formatting Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11580,7 +11580,7 @@ void M()
1158011580 }
1158111581 """ ) ;
1158211582
11583- [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/22713 " ) ]
11583+ [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/25010 " ) ]
1158411584 public Task LambdaWithCommentAndStatement ( )
1158511585 => AssertFormatAsync ( """
1158611586 using System;
@@ -11614,7 +11614,7 @@ public static void Main()
1161411614 }
1161511615 """ ) ;
1161611616
11617- [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/22713 " ) ]
11617+ [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/25010 " ) ]
1161811618 public Task LambdaWithMultipleCommentsAndStatements ( )
1161911619 => AssertFormatAsync ( """
1162011620 using System;
@@ -11650,7 +11650,7 @@ public static void Main()
1165011650 }
1165111651 """ ) ;
1165211652
11653- [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/22713 " ) ]
11653+ [ Fact , WorkItem ( "https://github.com/dotnet/roslyn/issues/25010 " ) ]
1165411654 public Task IfStatementWithCommentNotAffected ( )
1165511655 => AssertFormatAsync ( """
1165611656 using System;
You can’t perform that action at this time.
0 commit comments