| Index: tests/language_strong/final_param_test.dart
|
| diff --git a/tests/language_strong/final_param_test.dart b/tests/language_strong/final_param_test.dart
|
| index ddf6e7fd362ac5fcc563d5ac86dac1e57bfc05cd..56b02d9b7a82f5d4ac7db3f040fc0dfab2c50a51 100644
|
| --- a/tests/language_strong/final_param_test.dart
|
| +++ b/tests/language_strong/final_param_test.dart
|
| @@ -5,7 +5,7 @@
|
|
|
| class A {
|
| static void test(final x) {
|
| - x = 2; /// 01: static type warning, runtime error
|
| + x = 2; // /// 01: static type warning, runtime error
|
| }
|
| }
|
|
|
|
|