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

Unified Diff: tests/language/constructor_redirect_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/constructor_named_arguments_test.dart ('k') | tests/language/constructor_return_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/constructor_redirect_test.dart
diff --git a/tests/language/constructor_redirect_test.dart b/tests/language/constructor_redirect_test.dart
index 3b0e070f6784c934fc093ad157cb05219c59856b..64616c9e6d644123fe778caeb621b55344854854 100644
--- a/tests/language/constructor_redirect_test.dart
+++ b/tests/language/constructor_redirect_test.dart
@@ -20,7 +20,7 @@ class A {
// compile-time error.
static
moreStaticFun() {} //# 01: compile-time error
- int staticFun(int v1, int v2) {
+ int staticFun(int v1, int v2) {
return v1 * v2;
}
}
« no previous file with comments | « tests/language/constructor_named_arguments_test.dart ('k') | tests/language/constructor_return_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698