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 a1ec975e53341d3fbb5c8946bbbc8464fc2ba204..c2e66c6943c7727d4850f7ea6b424a49424708d2 100644 |
--- a/pkg/compiler/lib/src/core_types.dart |
+++ b/pkg/compiler/lib/src/core_types.dart |
@@ -33,6 +33,9 @@ abstract class CoreTypes { |
/// The `Null` type defined in 'dart:core'. |
InterfaceType get nullType; |
+ /// The `Type` type defined in 'dart:core'. |
+ InterfaceType get typeType; |
+ |
/// Returns an instance of the `List` type defined in 'dart:core' with |
/// [elementType] as its type argument. |
InterfaceType listType([DartType elementType = const DynamicType()]); |