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

Unified Diff: pkg/analyzer/test/src/summary/summary_common.dart

Issue 1713083002: Fix inconsistency with LinkedReference.numTypeParameters (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/test/src/summary/resynthesize_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/summary_common.dart
diff --git a/pkg/analyzer/test/src/summary/summary_common.dart b/pkg/analyzer/test/src/summary/summary_common.dart
index c0b27db99b0691521896ad133b4ad6adcd09d8db..6496afc9cd17e810a4ccee5f60e1dc1308f4febd 100644
--- a/pkg/analyzer/test/src/summary/summary_common.dart
+++ b/pkg/analyzer/test/src/summary/summary_common.dart
@@ -5554,7 +5554,7 @@ p.B b;
expect(linkedReference.dependency, 0);
expect(linkedReference.kind, ReferenceKind.method);
expect(linkedReference.name, 'f');
- expect(linkedReference.numTypeParameters, 2);
+ expect(linkedReference.numTypeParameters, 0);
expect(linkedReference.unit, 0);
expect(linkedReference.containingReference, isNot(0));
expect(linkedReference.containingReference, lessThan(type.reference));
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698