| 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 d8302be7d83961fabcdbb4e7d81cdd8049aacb45..1b71c2ee044f540e6e9d4df6ff0ec367f9b38843 100644
|
| --- a/pkg/compiler/lib/src/core_types.dart
|
| +++ b/pkg/compiler/lib/src/core_types.dart
|
| @@ -15,7 +15,7 @@ abstract class CoreTypes {
|
| /// The `bool` type defined in 'dart:core'.
|
| InterfaceType get boolType;
|
|
|
| - /// The `bool` type defined in 'dart:core'.
|
| + /// The `num` type defined in 'dart:core'.
|
| InterfaceType get numType;
|
|
|
| /// The `int` type defined in 'dart:core'.
|
| @@ -24,6 +24,9 @@ abstract class CoreTypes {
|
| /// The `double` type defined in 'dart:core'.
|
| InterfaceType get doubleType;
|
|
|
| + /// The `Resource` type defined in 'dart:core'.
|
| + InterfaceType get resourceType;
|
| +
|
| /// The `String` type defined in 'dart:core'.
|
| InterfaceType get stringType;
|
|
|
|
|