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

Unified Diff: tests/language/constructor10_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/constructor10_test.dart
diff --git a/tests/language/constructor10_test.dart b/tests/language/constructor10_test.dart
index b6f94bd324e2013a8756b3e192a545feca2ee1fe..87d28d786cd929fb9a25c19c705570a4078a9dae 100644
--- a/tests/language/constructor10_test.dart
+++ b/tests/language/constructor10_test.dart
@@ -4,7 +4,6 @@
// Check that the implicit super call for synthetic constructors are checked.
-
class A {
final x;
A(this.x);
@@ -36,8 +35,7 @@ class G extends A {
*/ // //# 02: continued
}
-class H extends G {
-}
+class H extends G {}
main() {
new B().x;

Powered by Google App Engine
This is Rietveld 408576698