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

Unified Diff: tests/language/super_call3_test.dart

Issue 2774783002: Re-land "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
« no previous file with comments | « tests/language/super_bound_closure_test.dart ('k') | tests/language/super_no_such_method1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/super_call3_test.dart
diff --git a/tests/language/super_call3_test.dart b/tests/language/super_call3_test.dart
index 56762fc0ea0c08babb8e9dc67ccb89827e88b046..4213c52c69ad3b84c5fc32d2ab0acb3d95b9069d 100644
--- a/tests/language/super_call3_test.dart
+++ b/tests/language/super_call3_test.dart
@@ -9,7 +9,7 @@ import "package:expect/expect.dart";
class A {
A(
this.x // //# 01: compile-time error
- );
+ );
final foo = 499;
}
@@ -29,6 +29,7 @@ class C {
}
class D extends C {}
+
class D2 extends C {
D2();
D2.named() : this.x = 499;
« no previous file with comments | « tests/language/super_bound_closure_test.dart ('k') | tests/language/super_no_such_method1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698