| Index: pkg/compiler/lib/src/tree/unparser.dart
|
| diff --git a/pkg/compiler/lib/src/tree/unparser.dart b/pkg/compiler/lib/src/tree/unparser.dart
|
| index 37838ebeb1c7fe311602fceeaba753f26c482333..12d4141cfce3958dc2e3ee21ac316cae62f16c62 100644
|
| --- a/pkg/compiler/lib/src/tree/unparser.dart
|
| +++ b/pkg/compiler/lib/src/tree/unparser.dart
|
| @@ -260,6 +260,7 @@ class Unparser extends Indentation implements Visitor {
|
| write(' ');
|
| }
|
| unparseFunctionName(node.name);
|
| + visit(node.typeVariables);
|
| visit(node.parameters);
|
| if (node.initializers != null) {
|
| space();
|
|
|