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

Unified Diff: tests/language/library10.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/library10.dart
diff --git a/tests/language/library10.dart b/tests/language/library10.dart
index 3af75b6917e0d2624c868f0466cfd9cf000e90bb..8d2c7b5771be9941dbbba8d3b32335e506407c98 100644
--- a/tests/language/library10.dart
+++ b/tests/language/library10.dart
@@ -13,6 +13,7 @@ class Library10 {
func() {
return 2;
}
+
var fld;
static static_func() {
var result = 0;
@@ -29,6 +30,7 @@ class Library10 {
Expect.equals(200, lib11.top_level_func11());
return 3;
}
+
static var static_fld = 4;
}

Powered by Google App Engine
This is Rietveld 408576698