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

Unified Diff: pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart

Issue 2996653002: Fix more uses of generic method comments and increment the data version (TBR) (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analyzer/lib/src/task/strong/ast_properties.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
diff --git a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
index 408587fd38a00cc31464fa38614fb14f1d52856f..23f1fba782ea7b929b095f10bbf74cad37e5506c 100644
--- a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
+++ b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
@@ -542,8 +542,7 @@ abstract class DartCompletionContributorTest extends AbstractContextTest {
return cs;
}
- Future/*<E>*/ performAnalysis/*<E>*/(
- int times, Completer/*<E>*/ completer) async {
+ Future<E> performAnalysis<E>(int times, Completer<E> completer) async {
if (completer.isCompleted) {
return completer.future;
}
« no previous file with comments | « pkg/analyzer/lib/src/task/strong/ast_properties.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698