Index: pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/core.dart |
diff --git a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/core.dart b/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/core.dart |
index 94b936c5aa578ed0be04653ab2609e36f733c154..cf2d05ae57194e1beabd4006d9222cee4904f15d 100644 |
--- a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/core.dart |
+++ b/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/core.dart |
@@ -103,6 +103,7 @@ class Uri { |
int parseHex(int start, int end) { |
return 0; |
} |
+ |
return null; |
} |
} |