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

Unified Diff: tests/language/private_super_constructor_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/private_access_test.dart ('k') | tests/language/proxy_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/private_super_constructor_test.dart
diff --git a/tests/language/private_super_constructor_test.dart b/tests/language/private_super_constructor_test.dart
index 24b0b1d318d893f9a739851b09a15dc6d9211c69..7db8cdd11c0bf0ed57dd3e6bd255c7b4c92502f8 100644
--- a/tests/language/private_super_constructor_test.dart
+++ b/tests/language/private_super_constructor_test.dart
@@ -10,4 +10,4 @@ class C extends B {
C() : super._foo(); //# 01: compile-time error
}
-main() => new C();
+main() => new C();
« no previous file with comments | « tests/language/private_access_test.dart ('k') | tests/language/proxy_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698