Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: pkg/kernel/test/type_propagation_dump.dart

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/kernel/test/treeshaker_membench.dart ('k') | pkg/kernel/test/type_propagation_selfcheck.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/type_propagation_dump.dart
diff --git a/pkg/kernel/test/type_propagation_dump.dart b/pkg/kernel/test/type_propagation_dump.dart
index 6de0872dae9c9b327837a63f8599be153d4cd801..5af3f105a194d4b8d01ca35d21e430189ab19e47 100644
--- a/pkg/kernel/test/type_propagation_dump.dart
+++ b/pkg/kernel/test/type_propagation_dump.dart
@@ -105,6 +105,7 @@ main(List<String> args) {
String dotCode = visualizer.dumpMember(member);
new File(path).writeAsStringSync(dotCode);
}
+
for (var library in program.libraries) {
library.members.forEach(dumpMember);
for (var class_ in library.classes) {
« no previous file with comments | « pkg/kernel/test/treeshaker_membench.dart ('k') | pkg/kernel/test/type_propagation_selfcheck.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698