| Index: lib/compiler/implementation/compile_time_constants.dart
|
| diff --git a/lib/compiler/implementation/compile_time_constants.dart b/lib/compiler/implementation/compile_time_constants.dart
|
| index 411b90b11eaf76e8d644e8876d97808aa31705ea..1b36093ae3a08143cfecf4340552d9eb744264c7 100644
|
| --- a/lib/compiler/implementation/compile_time_constants.dart
|
| +++ b/lib/compiler/implementation/compile_time_constants.dart
|
| @@ -801,7 +801,7 @@ class ConstructorEvaluator extends CompileTimeConstantEvaluator {
|
|
|
| List<Constant> buildJsNewArguments(ClassElement classElement) {
|
| List<Constant> jsNewArguments = <Constant>[];
|
| - classElement.forEachInstanceField(
|
| + classElement.implementation.forEachInstanceField(
|
| includeBackendMembers: true,
|
| includeSuperMembers: true,
|
| f: (ClassElement enclosing, Element field) {
|
|
|