Index: pkg/front_end/testcases/invocations.dart |
diff --git a/pkg/front_end/testcases/invocations.dart b/pkg/front_end/testcases/invocations.dart |
index aaba335c7a2f144d0ca431689aeff16f4c43aa0c..31669016e1696e5f47d0cafd2284d77aed470c56 100644 |
--- a/pkg/front_end/testcases/invocations.dart |
+++ b/pkg/front_end/testcases/invocations.dart |
@@ -9,6 +9,10 @@ main() { |
y.z.print("Hello, World!"); |
x.y.z.print("Hello, World!"); |
- 1 + print("Hello, World!") + z("Hello, World!") + z.print("Hello, World!") |
- + y.z.print("Hello, World!") + x.y.z.print("Hello, World!"); |
+ 1 + |
+ print("Hello, World!") + |
+ z("Hello, World!") + |
+ z.print("Hello, World!") + |
+ y.z.print("Hello, World!") + |
+ x.y.z.print("Hello, World!"); |
} |