Index: tests/language_strong/type_check_const_function_typedef2_test.dart |
diff --git a/tests/language_strong/type_check_const_function_typedef2_test.dart b/tests/language_strong/type_check_const_function_typedef2_test.dart |
index bf98572da04729d40d225d832367c181cd494a58..3bb058eaae81bc17d36c4b22ca3262cc29b81c3a 100644 |
--- a/tests/language_strong/type_check_const_function_typedef2_test.dart |
+++ b/tests/language_strong/type_check_const_function_typedef2_test.dart |
@@ -16,7 +16,8 @@ class A { |
int // //# 00: static type warning, checked mode compile-time error |
foo( |
String // //# 00: continued |
-x) => 499; |
+ x) => |
+ 499; |
const a = const A(foo); |