Skip to content

Commit

Permalink
Fix remove-using when surrounded by pp directives in empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Feb 4, 2022
1 parent bf10ce6 commit 60cdb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,8 @@ Imports System
")
End Function

<WorkItem(545964, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/545964")>
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnnecessaryImports)>
<WorkItem(1323, "https://github.com/dotnet/roslyn/issues/1323")>
Public Async Function TestMissingOnSynthesizedEventType() As Task
Await TestMissingInRegularAndScriptAsync(
"[|Class C
Expand Down

0 comments on commit 60cdb19

Please sign in to comment.