| Index: lib/compiler/implementation/universe/partial_type_tree.dart
|
| diff --git a/lib/compiler/implementation/universe/partial_type_tree.dart b/lib/compiler/implementation/universe/partial_type_tree.dart
|
| index 721585f8988a34842b0b27861e8054b82c25fa48..3d69017ce5bff0296429f45e45b694d66e025826 100644
|
| --- a/lib/compiler/implementation/universe/partial_type_tree.dart
|
| +++ b/lib/compiler/implementation/universe/partial_type_tree.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -class PartialTypeTree {
|
| +abstract class PartialTypeTree {
|
|
|
| final Compiler compiler;
|
| PartialTypeTreeNode root;
|
|
|