| Index: pkg/compiler/lib/src/commandline_options.dart
|
| diff --git a/pkg/compiler/lib/src/commandline_options.dart b/pkg/compiler/lib/src/commandline_options.dart
|
| index 1997d1c713036f8da5dca18f124d6734b7ee3ab0..0f3a7daadf0a199cf1c4a7feda62e478740d0327 100644
|
| --- a/pkg/compiler/lib/src/commandline_options.dart
|
| +++ b/pkg/compiler/lib/src/commandline_options.dart
|
| @@ -51,6 +51,7 @@ class Flags {
|
|
|
| // Experimental flags.
|
| static const String conditionalDirectives = '--conditional-directives';
|
| + static const String genericMethodSyntax = '--generic-method-syntax';
|
| }
|
|
|
| class Option {
|
|
|