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

Unified Diff: tests/language_strong/prefix23_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/prefix23_test.dart
diff --git a/tests/language_strong/prefix23_test.dart b/tests/language_strong/prefix23_test.dart
index 72465f0cc3d7ea49709e51d2e463866ebf644e29..45292814dfd973745bbed9dd142e45165ee639b1 100644
--- a/tests/language_strong/prefix23_test.dart
+++ b/tests/language_strong/prefix23_test.dart
@@ -6,11 +6,11 @@
// This should not prevent execution.
library Prefix23Test.dart;
+
import "library12.dart" as lib12;
class myClass {
lib12.Library13 fld; // //# static type warning
}
-main() {
-}
+main() {}
« no previous file with comments | « tests/language_strong/positional_parameters_type_test.dart ('k') | tests/language_strong/private_access_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698