| Index: pkg/compiler/lib/src/compile_time_constants.dart
|
| diff --git a/pkg/compiler/lib/src/compile_time_constants.dart b/pkg/compiler/lib/src/compile_time_constants.dart
|
| index 9bab3a5f51368b109edcb5962d8032a682c56d44..ab95a9736694f2e03d0a02caf50e5deabf218548 100644
|
| --- a/pkg/compiler/lib/src/compile_time_constants.dart
|
| +++ b/pkg/compiler/lib/src/compile_time_constants.dart
|
| @@ -104,6 +104,9 @@ abstract class BackendConstantEnvironment extends ConstantEnvironment {
|
|
|
| /// Returns the compile-time constant value of [metadata].
|
| ConstantValue getConstantValueForMetadata(MetadataAnnotation metadata);
|
| +
|
| + /// Register that [element] needs lazy initialization.
|
| + void registerLazyStatic(FieldElement element);
|
| }
|
|
|
| /// Interface for the task that compiles the constant environments for the
|
|
|