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

Unified Diff: pkg/dev_compiler/test/codegen/node_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/map_keys.dart ('k') | pkg/dev_compiler/test/codegen/script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/codegen/node_modules.dart
diff --git a/pkg/dev_compiler/test/codegen/node_modules.dart b/pkg/dev_compiler/test/codegen/node_modules.dart
index 74fdaf10f6b64f21d1a12c0fc3ebbd616b2c2461..dad86135b0772f36107a225aa6e69f96a12ea869 100644
--- a/pkg/dev_compiler/test/codegen/node_modules.dart
+++ b/pkg/dev_compiler/test/codegen/node_modules.dart
@@ -6,8 +6,11 @@ import 'dart:js';
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/map_keys.dart ('k') | pkg/dev_compiler/test/codegen/script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698