| Index: pkg/compiler/lib/src/inferrer/inferrer_engine.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/inferrer_engine.dart b/pkg/compiler/lib/src/inferrer/inferrer_engine.dart
|
| index ac15b2524102a1b7d06f848e7738219c2dabed2f..152f2f4e23d29d89175aa71889a9d1eb3ecec486 100644
|
| --- a/pkg/compiler/lib/src/inferrer/inferrer_engine.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/inferrer_engine.dart
|
| @@ -226,7 +226,7 @@ class InferrerEngine {
|
| }
|
|
|
| JavaScriptBackend get backend => compiler.backend;
|
| - Annotations get annotations => backend.annotations;
|
| + OptimizerHintsForTests get annotations => backend.annotations;
|
| DiagnosticReporter get reporter => compiler.reporter;
|
| CommonMasks get commonMasks => closedWorld.commonMasks;
|
|
|
|
|