| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 12238)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -90,6 +90,10 @@
|
| final bool enableTypeAssertions;
|
| final bool enableUserAssertions;
|
|
|
| + // TODO(5074): Remove this field once we don't accept the
|
| + // deprecated parameter specification.
|
| + static final bool REJECT_NAMED_ARGUMENT_AS_POSITIONAL = false;
|
| +
|
| final Tracer tracer;
|
|
|
| CompilerTask measuredTask;
|
|
|