| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 27800)
|
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy)
|
| @@ -501,10 +501,6 @@
|
| throw new UnsupportedError("");
|
| }
|
|
|
| - bool get isElement {
|
| - throw new UnsupportedError("");
|
| - }
|
| -
|
| bool containsOnlyInt(Compiler compiler) {
|
| throw new UnsupportedError("");
|
| }
|
|
|