Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jul 11, 2021
1 parent e5c22be commit 42957a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ End Class
Dim active = GetActiveStatements(src1, src2)

edits.VerifyRudeDiagnostics(active,
Diagnostic(RudeEditKind.Delete, "Class C", DeletedSymbolDisplay(FeaturesResources.method, "Goo(Integer)")))
Diagnostic(RudeEditKind.Delete, "Class C", DeletedSymbolDisplay(FeaturesResources.method, "Goo(a As Integer)")))
End Sub

<Fact>
Expand Down

0 comments on commit 42957a4

Please sign in to comment.