| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 13889)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -106,7 +106,7 @@
|
|
|
| // TODO(5074): Remove this field once we don't accept the
|
| // deprecated parameter specification.
|
| - static final bool REJECT_NAMED_ARGUMENT_AS_POSITIONAL = false;
|
| + static final bool REJECT_NAMED_ARGUMENT_AS_POSITIONAL = true;
|
|
|
| final Tracer tracer;
|
|
|
|
|