Index: pkg/compiler/lib/src/resolution/registry.dart |
diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart |
index ce40fd03d8227c6a0dd89cf368e37cc042c0acf6..3784bd931908c10c4a2b99f97635fb6f44d89f83 100644 |
--- a/pkg/compiler/lib/src/resolution/registry.dart |
+++ b/pkg/compiler/lib/src/resolution/registry.dart |
@@ -36,6 +36,9 @@ class ResolutionWorldImpactBuilder extends WorldImpactBuilderImpl |
ResolutionWorldImpactBuilder(this.name); |
+ @override |
+ bool get isEmpty => false; |
+ |
void registerMapLiteral(MapLiteralUse mapLiteralUse) { |
assert(mapLiteralUse != null); |
if (_mapLiterals == null) { |