Chromium Code Reviews| Index: third_party/pkg/di/test/assets/gen_test1/annotations.dart |
| diff --git a/third_party/pkg/di/test/assets/gen_test1/annotations.dart b/third_party/pkg/di/test/assets/gen_test1/annotations.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..929b7fb1c6f9cc1f94f3395947a60b857bccf65c |
| --- /dev/null |
| +++ b/third_party/pkg/di/test/assets/gen_test1/annotations.dart |
| @@ -0,0 +1,5 @@ |
| +library annotations; |
| + |
| +class Injectable { |
| + const Injectable(); |
| +} |