Skip to content

Commit 2bfa8f4

Browse files
Fixup
1 parent ab50284 commit 2bfa8f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10727,8 +10727,7 @@ void M(string s)
1072710727
}
1072810728
}
1072910729
""",
10730-
// PROTOTYPE: There should be no overloads here. Need GetMemberGroup fixed for skeleton vs impl extensions.
10731-
MainDescription($"void Extensions.extension(string).Goo() (+ 1 {FeaturesResources.overload})"));
10730+
MainDescription($"void Extensions.extension(string).Goo()"));
1073210731
}
1073310732

1073410733
[Fact]
@@ -10757,8 +10756,7 @@ void M(string s)
1075710756
}
1075810757
}
1075910758
""",
10760-
// PROTOTYPE: There should be one overload here. Need GetMemberGroup fixed for skeleton vs impl extensions.
10761-
MainDescription($"void Extensions.extension(string).Goo() (+ 2 {FeaturesResources.overloads_})"));
10759+
MainDescription($"void Extensions.extension(string).Goo() (+ 1 {FeaturesResources.overload})"));
1076210760
}
1076310761

1076410762
[Fact]
@@ -10787,8 +10785,7 @@ void M(string s)
1078710785
}
1078810786
}
1078910787
""",
10790-
// PROTOTYPE: There should be one overload here. Need GetMemberGroup fixed for skeleton vs impl extensions.
10791-
MainDescription($"void Extensions.extension(string).Goo(int i) (+ 2 {FeaturesResources.overloads_})"));
10788+
MainDescription($"void Extensions.extension(string).Goo(int i) (+ 1 {FeaturesResources.overload})"));
1079210789
}
1079310790

1079410791
[Fact]

0 commit comments

Comments
 (0)