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

Unified Diff: tests/language/library6.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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
Index: tests/language/library6.dart
diff --git a/tests/language/library6.dart b/tests/language/library6.dart
index a080e4e933da29e685c80c61584e8ea55f936f88..7f4ab4b74b5413246d2e29e7924c890516abf0e6 100644
--- a/tests/language/library6.dart
+++ b/tests/language/library6.dart
@@ -8,10 +8,9 @@
// This name conflict is considered an error even if Fun is never referred to.
library Library6NegativeTest.dart;
-import "library5a.dart"; // Defines function type alias Fun
-typedef int Fun(); // Does not conflict with definition of Fun from library5a
+import "library5a.dart"; // Defines function type alias Fun
-main() {
-}
+typedef int Fun(); // Does not conflict with definition of Fun from library5a
+main() {}

Powered by Google App Engine
This is Rietveld 408576698