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

Unified Diff: pkg/dev_compiler/test/codegen/es6_modules.dart

Issue 2752163002: Format all dart dev compiler files (Closed)
Patch Set: Created 3 years, 9 months 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/dev_compiler/test/codegen/destructuring.dart ('k') | pkg/dev_compiler/test/codegen/js_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/codegen/es6_modules.dart
diff --git a/pkg/dev_compiler/test/codegen/es6_modules.dart b/pkg/dev_compiler/test/codegen/es6_modules.dart
index aeae6a12fa5038ca70a78347021ecb9a5267c6cb..10472b7c7988f52b4826cad2987b2921abc2875b 100644
--- a/pkg/dev_compiler/test/codegen/es6_modules.dart
+++ b/pkg/dev_compiler/test/codegen/es6_modules.dart
@@ -4,8 +4,11 @@ library test;
typedef void Callback({int i});
class A {}
+
class _A {}
+
class B<T> {}
+
class _B<T> {}
f() {}
« no previous file with comments | « pkg/dev_compiler/test/codegen/destructuring.dart ('k') | pkg/dev_compiler/test/codegen/js_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698