| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 27228)
|
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy)
|
| @@ -1065,10 +1065,14 @@
|
| return result == const DynamicTypeMask() ? null : result;
|
| }
|
|
|
| + Iterable<TypeMask> get containerTypes {
|
| + throw new UnsupportedError("");
|
| + }
|
| +
|
| void clear() {}
|
|
|
| Iterable<Element> getCallersOf(Element element) {
|
| - throw "Don't use me";
|
| + throw new UnsupportedError("");
|
| }
|
|
|
| // --- analysis ---
|
|
|