Index: pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart |
diff --git a/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart b/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart |
index e2472cc89c8bf1309c43488c77ceefad53c6c5ff..5143341ac71cfcbe6b8cbe9b23c15a9d922167c3 100644 |
--- a/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart |
+++ b/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart |
@@ -159,7 +159,7 @@ class B extends A1 with A2 { |
assertNotSuggested('foo'); |
assertNotSuggested('A'); |
assertSuggestField('x', 'int'); |
- assertSuggestMethod('y', 'A2', 'int'); |
+ assertSuggestMethod('y', 'A1', 'int'); |
assertSuggestField('x1', 'int'); |
assertSuggestMethod('y1', 'A1', 'int'); |
assertSuggestField('x2', 'int'); |