| 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..9fcfe920d67d038e7143a961e31bd9b34fb401b3 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
|
| }
|
| }
|
|
|
|
|