| Index: pkg/compiler/lib/src/resolution/access_semantics.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/access_semantics.dart b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| index fdd8410ea70f9afe9cc28b6d4fd9b3a671e27219..ffb71f9241557fe42dd5c4d653225b735e8b1130 100644
|
| --- a/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| +++ b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| @@ -8,8 +8,8 @@
|
| library dart2js.access_semantics;
|
|
|
| import '../constants/expressions.dart';
|
| -import '../elements/elements.dart';
|
| import '../dart_types.dart';
|
| +import '../elements/elements.dart';
|
|
|
| /// Enum representing the different kinds of destinations which a property
|
| /// access or method or function invocation might refer to.
|
|
|