| Index: pkg/analyzer_cli/test/data/options_tests_project/test_file.dart
|
| diff --git a/pkg/analyzer_cli/test/data/options_tests_project/test_file.dart b/pkg/analyzer_cli/test/data/options_tests_project/test_file.dart
|
| index e8f168b1794147bc717d4dac000b871f429a738f..2bccf659f29338c18bea40185435cfcc630b3fa4 100644
|
| --- a/pkg/analyzer_cli/test/data/options_tests_project/test_file.dart
|
| +++ b/pkg/analyzer_cli/test/data/options_tests_project/test_file.dart
|
| @@ -4,4 +4,10 @@
|
|
|
| library analyzer_cli.test.data.options_test_project.test_file;
|
|
|
| -class a {}
|
| +
|
| +int foo() {
|
| +
|
| + baz(); // Undefined function.
|
| +
|
| + // Missing return
|
| +}
|
|
|