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

Unified Diff: pkg/kernel/testcases/input/call.dart

Issue 2747113004: Run dartfmt on kernel package (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
« no previous file with comments | « pkg/kernel/testcases/input/argument.dart ('k') | pkg/kernel/testcases/input/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/input/call.dart
diff --git a/pkg/kernel/testcases/input/call.dart b/pkg/kernel/testcases/input/call.dart
index 15ddb857895e4b523abe611646a6087345a99245..0a6fff5cdb4783c3bfc6822d98b440192a2ff75c 100644
--- a/pkg/kernel/testcases/input/call.dart
+++ b/pkg/kernel/testcases/input/call.dart
@@ -37,7 +37,7 @@ main() {
var nothing7 = callable.call.call();
var nothing8 = callable.call.call.call();
- var nothing9 = callableGetter();
+ var nothing9 = callableGetter();
var nothing10 = callableGetter.call();
var nothing11 = callableGetter.call.call();
var nothing12 = callableGetter.call.call.call();
« no previous file with comments | « pkg/kernel/testcases/input/argument.dart ('k') | pkg/kernel/testcases/input/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698