| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 48154610174e5f2cd905bb51096ad7e5e5285f60..f2ee6b29661b920f220c2d5cb0dd567718c84ef7 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -327,6 +327,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler(Flags.allowMockCompilation, passThrough),
|
| new OptionHandler(Flags.fastStartup, passThrough),
|
| new OptionHandler(Flags.conditionalDirectives, passThrough),
|
| + new OptionHandler(Flags.genericMethodSyntax, passThrough),
|
| new OptionHandler('${Flags.minify}|-m', implyCompilation),
|
| new OptionHandler(Flags.preserveUris, passThrough),
|
| new OptionHandler('--force-strip=.*', setStrip),
|
|
|