| Index: third_party/pkg/angular/test/core/parser/generated_functions.dart
|
| diff --git a/third_party/pkg/angular/test/core/parser/generated_functions.dart b/third_party/pkg/angular/test/core/parser/generated_functions.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1ec45c08b5ed1c63bc6feffca4fd239f939dc5a0
|
| --- /dev/null
|
| +++ b/third_party/pkg/angular/test/core/parser/generated_functions.dart
|
| @@ -0,0 +1,6 @@
|
| +library angular.service.parser.generated_expressions_template;
|
| +
|
| +import 'package:angular/core/parser/parser.dart' show StaticParserFunctions;
|
| +import 'package:angular/core/parser/utils.dart';
|
| +
|
| +functions() { throw "This should never be called"; } // REMOVE
|
|
|