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

Unified Diff: tests/lib_strong/mirrors/private_class_field_other.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/lib_strong/mirrors/private_class_field_other.dart
diff --git a/tests/lib_strong/mirrors/private_class_field_other.dart b/tests/lib_strong/mirrors/private_class_field_other.dart
index 85238b6009d14d7ee0a4b500df90e863f8896fa3..1a303547a6151dd13ddc0c9c335b3ba3dbef83eb 100644
--- a/tests/lib_strong/mirrors/private_class_field_other.dart
+++ b/tests/lib_strong/mirrors/private_class_field_other.dart
@@ -6,4 +6,4 @@ class C {
static var _privateField = 42;
}
-get privateFieldSymbolInOther => #_privateField;
+get privateFieldSymbolInOther => #_privateField;

Powered by Google App Engine
This is Rietveld 408576698