| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index 92ba4ff121e46e1e81cdc34a06de11ae15e468f9..fe4999b51a090d575a48b529ef6fae965c8b2d68 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -51,7 +51,7 @@ DEFINE_FLAG(bool,
|
| conditional_directives,
|
| true,
|
| "Enable conditional directives");
|
| -DEFINE_FLAG(bool, generic_method_syntax, false, "Enable generic functions.");
|
| +DEFINE_FLAG(bool, generic_method_syntax, true, "Enable generic functions.");
|
| DEFINE_FLAG(bool,
|
| initializing_formal_access,
|
| false,
|
|
|