Skip to content

Commit

Permalink
Respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Jan 7, 2020
1 parent d5b861c commit 2f48801
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public C(int a, int b) // overload
comp.VerifyDiagnostics();
var c = comp.GlobalNamespace.GetTypeMember("C");
var ctors = c.GetMembers(".ctor");
Assert.Equal(2, ctors.Length);

foreach (MethodSymbol ctor in ctors)
{
Expand Down

0 comments on commit 2f48801

Please sign in to comment.