| Index: dart/lib/compiler/implementation/types/concrete_types_inferrer.dart
|
| diff --git a/dart/lib/compiler/implementation/types/concrete_types_inferrer.dart b/dart/lib/compiler/implementation/types/concrete_types_inferrer.dart
|
| index be4d7c499a6c2473225d9f0b4e8c2c3482f77edf..8c1b89b37122f8ebf6de46f940085cb0f34d6d94 100644
|
| --- a/dart/lib/compiler/implementation/types/concrete_types_inferrer.dart
|
| +++ b/dart/lib/compiler/implementation/types/concrete_types_inferrer.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of types;
|
| -
|
| class CancelTypeInferenceException {
|
| final Node node;
|
| final String reason;
|
|
|