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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/body_builder.dart

Issue 2885873002: Remove generic parameters from type inference classes. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | pkg/front_end/lib/src/fasta/kernel/kernel_shadow_ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/kernel/body_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
index 926bfb6eb4876a40647a239702aa2a2cf1d38ced..5371a5dbbb90bf2f59bea2fdab04ca8219be83c8 100644
--- a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
@@ -97,8 +97,7 @@ class BodyBuilder extends ScopeListener<JumpTarget> implements BuilderHelper {
@override
final Uri uri;
- final TypeInferrer<Statement, Expression, VariableDeclaration, KernelField>
- _typeInferrer;
+ final TypeInferrer _typeInferrer;
@override
final AstFactory astFactory;
@@ -109,7 +108,7 @@ class BodyBuilder extends ScopeListener<JumpTarget> implements BuilderHelper {
/// If not `null`, dependencies on fields are accumulated into this list.
///
/// If `null`, no dependency information is recorded.
- final List<FieldNode<KernelField>> fieldDependencies;
+ final List<FieldNode> fieldDependencies;
/// Only used when [member] is a constructor. It tracks if an implicit super
/// initializer is needed.
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/kernel_shadow_ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698