| 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 fdb8ca2d5a53ab9dd26587adac3b3cf819692660..a2181933353eccb669ecc7a10402b2126d71e7b9 100644
|
| --- a/pkg/compiler/lib/src/commandline_options.dart
|
| +++ b/pkg/compiler/lib/src/commandline_options.dart
|
| @@ -49,6 +49,7 @@ class Flags {
|
|
|
| // Experimental flags.
|
| static const String conditionalDirectives = '--conditional-directives';
|
| + static const String genericMethods = '--generic-method-syntax';
|
| }
|
|
|
| class Option {
|
|
|