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

Unified Diff: tests/language_strong/constructor_duplicate_final_test.dart

Issue 2768073002: 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_duplicate_final_test.dart
diff --git a/tests/language_strong/constructor_duplicate_final_test.dart b/tests/language_strong/constructor_duplicate_final_test.dart
index e51f3124273b79bf9644ba458a989fc04fc4f94c..93c72f241abbff941aa0ea3889823c77589521cd 100644
--- a/tests/language_strong/constructor_duplicate_final_test.dart
+++ b/tests/language_strong/constructor_duplicate_final_test.dart
@@ -4,7 +4,6 @@
// Check that duplicate initialization of a final field is a runtime error.
-
class Class {
final f = 10;

Powered by Google App Engine
This is Rietveld 408576698