Chromium Code Reviews| Index: modules/angular2/test/transform/html_entry_point_files/index.dart |
| diff --git a/modules/angular2/test/transform/html_entry_point_files/index.dart b/modules/angular2/test/transform/html_entry_point_files/index.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..066068bf76ef65acb925e541bc30eff8a88f7f4c |
| --- /dev/null |
| +++ b/modules/angular2/test/transform/html_entry_point_files/index.dart |
| @@ -0,0 +1,5 @@ |
| +library web_foo; |
| + |
| +import 'package:angular2/src/core/annotations/annotations.dart'; |
| + |
| +void main() {} |