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

Unified Diff: tests/language/keyword_type_expression_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/issue_25671b_test.dart ('k') | tests/language/least_upper_bound_expansive_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/keyword_type_expression_test.dart
diff --git a/tests/language/keyword_type_expression_test.dart b/tests/language/keyword_type_expression_test.dart
index e375c17d4b3dc462c3f2066a7734e0c335246750..eb31f7180f7174aac9f82ff61fbbdbc0589fcd5a 100644
--- a/tests/language/keyword_type_expression_test.dart
+++ b/tests/language/keyword_type_expression_test.dart
@@ -9,7 +9,7 @@ in greeting = "fisk"; // //# 01: compile-time error
main(
in greeting // //# 02: compile-time error
-) {
+ ) {
in greeting = "fisk"; // //# 03: compile-time error
print(greeting); // //# 01: continued
}
« no previous file with comments | « tests/language/issue_25671b_test.dart ('k') | tests/language/least_upper_bound_expansive_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698