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

Unified Diff: tests/lib/mirrors/invoke_closurization_test.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/mirrors/invoke_closurization_test.dart
diff --git a/tests/lib/mirrors/invoke_closurization_test.dart b/tests/lib/mirrors/invoke_closurization_test.dart
index 3faa88d1d87a8d1d609638b100e56a65785a9985..de33819406be415770914eb8c3b18c93e047b301 100644
--- a/tests/lib/mirrors/invoke_closurization_test.dart
+++ b/tests/lib/mirrors/invoke_closurization_test.dart
@@ -13,6 +13,7 @@ class C {
instanceMethod(x, y, z) => '$x+$y+$z';
static staticFunction(x, y, z) => '$x-$y-$z';
}
+
libraryFunction(x, y, z) => '$x:$y:$z';
testSync() {

Powered by Google App Engine
This is Rietveld 408576698