| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index 0b9f990e91590599e581b845746b18bdba87b66c..250a038392ee57b0e1bc837d75c77b078b39b7c1 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -57,6 +57,8 @@ class ResolutionImpact extends WorldImpact {
|
| Iterable<ConstantExpression> get constantLiterals {
|
| return const <ConstantExpression>[];
|
| }
|
| +
|
| + Iterable<dynamic> get nativeData => const <dynamic>[];
|
| }
|
|
|
| /// A language feature seen during resolution.
|
|
|