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

Unified Diff: tests/language/const_constructor_nonconst_field_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/const_constructor_mixin_test.dart ('k') | tests/language/const_constructor_super_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_constructor_nonconst_field_test.dart
diff --git a/tests/language/const_constructor_nonconst_field_test.dart b/tests/language/const_constructor_nonconst_field_test.dart
index 6dab9fd13897b1fd02cbea0afec6bccf37490ecd..dbd3755753a80ea921eac96fa9b33843e15406e1 100644
--- a/tests/language/const_constructor_nonconst_field_test.dart
+++ b/tests/language/const_constructor_nonconst_field_test.dart
@@ -9,9 +9,11 @@ class A {
final int j = 1;
const A();
}
+
int f() {
return 3;
}
+
main() {
Expect.equals(const A().j, 1);
}
« no previous file with comments | « tests/language/const_constructor_mixin_test.dart ('k') | tests/language/const_constructor_super_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698