Skip to content

Commit

Permalink
Remove outdated comment (#60275)
Browse files Browse the repository at this point in the history
  • Loading branch information
astroC86 committed Mar 20, 2022
1 parent bd8f1a4 commit 33764a8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5311,8 +5311,6 @@ public async Task Call_TopLevelStatement()
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInlineTemporary)]
public async Task TopLevelStatement()
{
// Note: we should simplify 'global' as well
// https://github.com/dotnet/roslyn/issues/44420
var code = @"
int val = 0;
int [||]val2 = val + 1;
Expand All @@ -5334,8 +5332,6 @@ public async Task TopLevelStatement()
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInlineTemporary)]
public async Task TopLevelStatement_InScope()
{
// Note: we should simplify 'global' as well
// https://github.com/dotnet/roslyn/issues/44420
await TestAsync(@"
{
int val = 0;
Expand Down

0 comments on commit 33764a8

Please sign in to comment.