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

Unified Diff: tests/language/deferred_load_constants.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/deferred_load_constants.dart
diff --git a/tests/language/deferred_load_constants.dart b/tests/language/deferred_load_constants.dart
index be5a93fb3ba6e7f212f5a8480580b7b034660fdd..a67bd03b24d762a40f5ff77339ed74d5376c1e74 100644
--- a/tests/language/deferred_load_constants.dart
+++ b/tests/language/deferred_load_constants.dart
@@ -7,11 +7,13 @@ library deferred_load_constants;
// Constant declaration.
const c = const C();
+
// Class declaration (`C` is a constant expression).
class C {
const C();
static int staticfun(int x) => x;
}
+
// Function type definition.
typedef int funtype(int x);
// Top-level function.

Powered by Google App Engine
This is Rietveld 408576698