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

Unified Diff: tests/language/field2_negative_test.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/field2_negative_test.dart
diff --git a/tests/language/field2_negative_test.dart b/tests/language/field2_negative_test.dart
index 26cb3c8534412330b83846ae56de9a18dc02b316..2523b9e316e493080b65235f626e926c7b10b6bd 100644
--- a/tests/language/field2_negative_test.dart
+++ b/tests/language/field2_negative_test.dart
@@ -9,6 +9,7 @@ class C {
get a {
return 1;
}
+
set a(int val) {
var x = val;
}
@@ -16,6 +17,7 @@ class C {
get b {
return 2;
}
+
set b(int val) {
var x = val;
}
@@ -23,7 +25,6 @@ class C {
var a;
}
-
class Field2NegativeTest {
static testMain() {
var c = new C();

Powered by Google App Engine
This is Rietveld 408576698