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

Unified Diff: pkg/analyzer/tool/summary/idl.dart

Issue 1455863003: Implement support for generic methods in summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/analyzer/tool/summary/idl.dart
diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
index efd3bdebec813729c038d2ca20deab6be02c451a..545dbfcb63121847153fbfb0be55087845e49e78 100644
--- a/pkg/analyzer/tool/summary/idl.dart
+++ b/pkg/analyzer/tool/summary/idl.dart
@@ -650,7 +650,7 @@ class UnlinkedTypeRef {
* }
*
* Then [paramReference] values of 1, 2, 3, and 4 represent W, V, U, and T,
- * respectively. TODO(paulberry): test this.
+ * respectively.
*
* If the type being referred to is not a type parameter, [paramReference] is
* zero.

Powered by Google App Engine
This is Rietveld 408576698