| Index: third_party/pkg/angular/test/core/parser/generated_functions.dart
|
| ===================================================================
|
| --- third_party/pkg/angular/test/core/parser/generated_functions.dart (revision 33054)
|
| +++ third_party/pkg/angular/test/core/parser/generated_functions.dart (working copy)
|
| @@ -3,4 +3,6 @@
|
| import 'package:angular/core/parser/parser.dart' show StaticParserFunctions;
|
| import 'package:angular/core/parser/utils.dart';
|
|
|
| -functions() { throw "This should never be called"; } // REMOVE
|
| +typedef Function FilterLookup(String filterName);
|
| +
|
| +functions(FilterLookup filterLookup) { throw "This should never be called"; } // REMOVE
|
|
|