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

Unified Diff: pkg/kernel/lib/kernel.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/lib/frontend/super_initializers.dart ('k') | pkg/kernel/lib/transformations/async.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/kernel.dart
diff --git a/pkg/kernel/lib/kernel.dart b/pkg/kernel/lib/kernel.dart
index 123f84344e1d7f8bd8b8c54dba97bbd8f5c0fa1d..7675c9c6adefc2f248a085ffe675bb907f39604c 100644
--- a/pkg/kernel/lib/kernel.dart
+++ b/pkg/kernel/lib/kernel.dart
@@ -50,7 +50,8 @@ void writeLibraryToText(Library library, {String path}) {
}
}
-void writeProgramToText(Program program, {String path, bool showExternal: false}) {
+void writeProgramToText(Program program,
+ {String path, bool showExternal: false}) {
StringBuffer buffer = new StringBuffer();
new Printer(buffer, showExternal: showExternal).writeProgramFile(program);
if (path == null) {
« no previous file with comments | « pkg/kernel/lib/frontend/super_initializers.dart ('k') | pkg/kernel/lib/transformations/async.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698