| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 30992)
|
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy)
|
| @@ -1026,10 +1026,6 @@
|
| return result == const DynamicTypeMask() ? null : result;
|
| }
|
|
|
| - Iterable<TypeMask> get containerTypes {
|
| - throw new UnsupportedError("");
|
| - }
|
| -
|
| void clear() {}
|
|
|
| bool isCalledOnce(Element element) {
|
|
|