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

Unified Diff: tests/language/const_for_in_variable_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_super_test.dart ('k') | tests/language/const_init2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_for_in_variable_test.dart
diff --git a/tests/language/const_for_in_variable_test.dart b/tests/language/const_for_in_variable_test.dart
index 7298de9a68e6f7fc635685432bdcf16eeb7e570b..dc12639adfcc1a6885d9b637c5bed7da48982bce 100644
--- a/tests/language/const_for_in_variable_test.dart
+++ b/tests/language/const_for_in_variable_test.dart
@@ -3,10 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
main() {
- for(
+ for (
const // //# 01: compile-time error
final // //# 02: ok
int x in const [1, 2, 3]) {
break;
}
-}
+}
« no previous file with comments | « tests/language/const_constructor_super_test.dart ('k') | tests/language/const_init2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698