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

Unified Diff: tests/language/library11.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/library11.dart
diff --git a/tests/language/library11.dart b/tests/language/library11.dart
index f13ad2d98d092c3d56cf9ac252cccd269a17872a..30dfbf292fdf60bb1c35873efd0945a93a4f1461 100644
--- a/tests/language/library11.dart
+++ b/tests/language/library11.dart
@@ -11,10 +11,12 @@ class Library11 {
func() {
return 3;
}
+
var fld;
static static_func() {
return 2;
}
+
static var static_fld = 1;
}
@@ -23,7 +25,6 @@ class Library111<T> {
T fld;
}
-
const int top_level11 = 100;
top_level_func11() {
return 200;

Powered by Google App Engine
This is Rietveld 408576698