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

Unified Diff: pkg/analyzer/lib/src/generated/resolver.dart

Issue 2948393002: Clean up type parameters in comments (Closed)
Patch Set: Created 3 years, 6 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/analyzer/lib/src/generated/resolver.dart
diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
index a921af01ddff44fc190ee24022727c2be7c9c4f3..9defce47bea0d57f5a58a5afca9693bb7217623a 100644
--- a/pkg/analyzer/lib/src/generated/resolver.dart
+++ b/pkg/analyzer/lib/src/generated/resolver.dart
@@ -6669,7 +6669,7 @@ class ResolverVisitor extends ScopedVisitor {
uninstantiatedType is FunctionType &&
uninstantiatedType.typeFormals.isNotEmpty &&
ts is StrongTypeSystemImpl) {
- return ts.inferGenericFunctionOrType/*<FunctionType>*/(
+ return ts.inferGenericFunctionOrType<FunctionType>(
uninstantiatedType,
ParameterElement.EMPTY_LIST,
DartType.EMPTY_LIST,
« no previous file with comments | « pkg/analyzer/lib/src/generated/engine.dart ('k') | pkg/analyzer/lib/src/generated/static_type_analyzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698