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

Unified Diff: tests/language/redirecting_factory_default_values_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/proxy_test.dart ('k') | tests/language/redirecting_factory_malbounded_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/redirecting_factory_default_values_test.dart
diff --git a/tests/language/redirecting_factory_default_values_test.dart b/tests/language/redirecting_factory_default_values_test.dart
index b2fee51201da18fad18370eaa467d829f7fe238d..bf830eb0631da0b5b577a2c6df44ca6eeafb411c 100644
--- a/tests/language/redirecting_factory_default_values_test.dart
+++ b/tests/language/redirecting_factory_default_values_test.dart
@@ -12,8 +12,8 @@ class A {
factory A.g(a, [b = 0]) = A; // //# 01: compile-time error
factory A.h(a, {b: 0}) = A; // //# 02: compile-time error
- int a;
- int b;
+ int a;
+ int b;
}
main() {
« no previous file with comments | « tests/language/proxy_test.dart ('k') | tests/language/redirecting_factory_malbounded_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698