| Index: sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart b/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| index 7461490efca5036b1887948d626f7f5dc3086b18..3e9f0e92343b5d94e9928621b847c6f202943f15 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| @@ -185,7 +185,7 @@ class ParameterAssignments extends IterableBase<TypeInformation> {
|
|
|
| /**
|
| * A node representing a resolved element of the program. The kind of
|
| - * elements that need an [ElementTypeRepresentation] are:
|
| + * elements that need an [ElementTypeInformation] are:
|
| *
|
| * - Functions (including getters and setters)
|
| * - Constructors (factory or generative)
|
|
|