| Index: pkg/front_end/testcases/inference/downwards_inference_annotations.dart
|
| diff --git a/pkg/front_end/testcases/inference/downwards_inference_annotations.dart b/pkg/front_end/testcases/inference/downwards_inference_annotations.dart
|
| index fd31916c8fdba60cc4e6fb865ba35525d4a952b5..24a470160c1029f0e1a8f750c1e28244a0d0ee7a 100644
|
| --- a/pkg/front_end/testcases/inference/downwards_inference_annotations.dart
|
| +++ b/pkg/front_end/testcases/inference/downwards_inference_annotations.dart
|
| @@ -15,3 +15,5 @@ class Bar {}
|
|
|
| @Foo.named(/*@typeArgs=String*/ const [])
|
| class Baz {}
|
| +
|
| +main() {}
|
|
|