Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 27061) |
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy) |
| @@ -1065,6 +1065,12 @@ |
| return result == const DynamicTypeMask() ? null : result; |
| } |
| + void clear() {} |
| + |
| + Iterable<Element> getCallersOf(Element element) { |
| + throw "Don't use me"; |
| + } |
| + |
| // --- analysis --- |
| /** |