| Index: pkg/analyzer/lib/src/context/builder.dart
|
| diff --git a/pkg/analyzer/lib/src/context/builder.dart b/pkg/analyzer/lib/src/context/builder.dart
|
| index 65928bfc880aec876632bf435470e2b232248583..4e2ab2916815632125f326d14fdb642ed9d97f9b 100644
|
| --- a/pkg/analyzer/lib/src/context/builder.dart
|
| +++ b/pkg/analyzer/lib/src/context/builder.dart
|
| @@ -5,7 +5,7 @@
|
| library analyzer.src.context.context_builder;
|
|
|
| import 'dart:collection';
|
| -import 'dart:core' hide Resource;
|
| +import 'dart:core';
|
|
|
| import 'package:analyzer/context/declared_variables.dart';
|
| import 'package:analyzer/file_system/file_system.dart';
|
|
|