| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 4a377dc3e7997cead71e3a2878e9050737553a80..15d6c4796e48c43fd2696382a6e6606d77bf68eb 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -1313,6 +1313,9 @@ class _CompilerCommonElements implements CommonElements {
|
| _nativeAnnotationClass ??= _findRequired(jsHelperLibrary, 'Native');
|
|
|
| @override
|
| + ResolutionDynamicType get dynamicType => const ResolutionDynamicType();
|
| +
|
| + @override
|
| ResolutionInterfaceType get objectType {
|
| objectClass.ensureResolved(resolution);
|
| return objectClass.rawType;
|
|
|