Index: tests/language_strong/method_invocation_test.dart |
diff --git a/tests/language_strong/method_invocation_test.dart b/tests/language_strong/method_invocation_test.dart |
index 896683eec85e4adc00d88b8aa2c702114e3a0d85..3cc47a65aa3f44d34fb297b18a3b6677e2da7e11 100644 |
--- a/tests/language_strong/method_invocation_test.dart |
+++ b/tests/language_strong/method_invocation_test.dart |
@@ -15,7 +15,9 @@ class A { |
} |
class B { |
- get f { throw 123; } |
+ get f { |
+ throw 123; |
+ } |
} |
class MethodInvocationTest { |