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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 476163002: Add an integration test for analysis.overrides. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long lines. Created 6 years, 4 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/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 9a7c85eef40b1669870e2ecf1858059bea3bd25d..9ffd6190fed41bb67dddd920e44194499c10e464 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -636,10 +636,7 @@ abstract class IntegrationTestMixin {
StreamController _onAnalysisOutline;
/**
- * Reports the overridding members in a file. This notification currently
- * includes only members that override a member from a superclass. In
- * particular, it does not include members that override members from
- * interfaces.
+ * Reports the overridding members in a file.
*
* This notification is not subscribed to by default. Clients can subscribe
* by including the value "OVERRIDES" in the list of services passed in an
« no previous file with comments | « pkg/analysis_server/test/integration/analysis/test_all.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698