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

Unified Diff: tests/kernel/unsorted/closures_regression_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/kernel/unsorted/closures_regression_test.dart
diff --git a/tests/kernel/unsorted/closures_regression_test.dart b/tests/kernel/unsorted/closures_regression_test.dart
index 51c18d305c39410c75c412d508cbe301f0d85c10..9721385152f095b00176afc23c0f5205c37bed6e 100644
--- a/tests/kernel/unsorted/closures_regression_test.dart
+++ b/tests/kernel/unsorted/closures_regression_test.dart
@@ -5,6 +5,7 @@
import 'package:expect/expect.dart';
f(fun) => fun();
+
class A {
identity(arg) {
return f(() {

Powered by Google App Engine
This is Rietveld 408576698