| Index: pkg/compiler/lib/src/core_types.dart
|
| diff --git a/pkg/compiler/lib/src/core_types.dart b/pkg/compiler/lib/src/core_types.dart
|
| index cbd1f5904f9340798d8fc18089e551a6396a0e25..8b34bdb58efd32b2dbda901339805190834edcc7 100644
|
| --- a/pkg/compiler/lib/src/core_types.dart
|
| +++ b/pkg/compiler/lib/src/core_types.dart
|
| @@ -134,6 +134,9 @@ abstract class CommonElements {
|
| /// The 'filled' constructor of `List`.
|
| ConstructorElement get filledListConstructor;
|
|
|
| + /// The `dynamic` type.
|
| + ResolutionDynamicType get dynamicType;
|
| +
|
| /// The `Object` type defined in 'dart:core'.
|
| ResolutionInterfaceType get objectType;
|
|
|
|
|