Index: pkg/analyzer/lib/src/summary/package_bundle_reader.dart |
diff --git a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart |
index caa98d2df36e4da541b76da2ed1ea245d595c7d1..0bca8cf6d56c88888676f51161f58a7445380d30 100644 |
--- a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart |
+++ b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart |
@@ -201,6 +201,7 @@ abstract class ResynthesizerResultProvider extends ResultProvider { |
LibraryElement libraryElement = |
resynthesizer.getLibraryElement(uriString); |
entry.setValue(result, libraryElement, TargetedResult.EMPTY_LIST); |
+ print('RRR $result for $target'); |
Paul Berry
2016/09/19 19:17:04
Looks like temporary debugging code (should be rem
|
return true; |
} else if (result == READY_LIBRARY_ELEMENT2 || |
result == READY_LIBRARY_ELEMENT6 || |