Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: pkg/analysis_server/test/services/completion/imported_computer_test.dart

Issue 1004343002: Completion should not show overridden inherited methods (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/test/services/completion/imported_computer_test.dart
diff --git a/pkg/analysis_server/test/services/completion/imported_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
index 39e7d1a3c2a5f080197e962967e919f0a0e7dc2f..fd323e2b5b9704f1e5d350c582fcd2bfc697589c 100644
--- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
+++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
@@ -593,9 +593,6 @@ class B extends A {
}
test_mixin_ordering() {
- // TODO(paulberry): The mixins are visited in the correct order, so we see
- // M2.m() before M1.m(), as we should. But the second (shadowed) result
- // isn't being thrown out as it should.
addSource('/libA.dart', '''
class B {}
class M1 {

Powered by Google App Engine
This is Rietveld 408576698