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

Unified Diff: tests/language_strong/constructor_return_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
Index: tests/language_strong/constructor_return_test.dart
diff --git a/tests/language_strong/constructor_return_test.dart b/tests/language_strong/constructor_return_test.dart
index c971ed3f278030406a2e8ea6bff9a4d086df064e..2f03e58248f870e786acde839e093bc412190fbe 100644
--- a/tests/language_strong/constructor_return_test.dart
+++ b/tests/language_strong/constructor_return_test.dart
@@ -8,7 +8,9 @@ import "package:expect/expect.dart";
// statements in the form 'return;'.
class A {
int x;
- A(this.x) { return; }
+ A(this.x) {
+ return;
+ }
A.test1(this.x) {
return this; // //# 01: compile-time error
}
« no previous file with comments | « tests/language_strong/constructor_redirect_test.dart ('k') | tests/language_strong/cyclic_metadata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698