| Index: tests/language/type_check_const_function_typedef2_test.dart
|
| diff --git a/tests/language/type_check_const_function_typedef2_test.dart b/tests/language/type_check_const_function_typedef2_test.dart
|
| index 8aa784a1c7db4148b99614b0d73040ce4f1c0cd5..07bf4cd814fe162be9a28561be4b7f5c94460a3e 100644
|
| --- a/tests/language/type_check_const_function_typedef2_test.dart
|
| +++ b/tests/language/type_check_const_function_typedef2_test.dart
|
| @@ -13,9 +13,9 @@ class A {
|
| const A(this.f);
|
| }
|
|
|
| -int /// 00: static type warning, checked mode compile-time error
|
| +int //# 00: static type warning, checked mode compile-time error
|
| foo(
|
| -String /// 00: continued
|
| +String //# 00: continued
|
| x) => 499;
|
|
|
| const a = const A(foo);
|
|
|