Index: tests/language/issue4515170_test.dart |
diff --git a/tests/language/issue4515170_test.dart b/tests/language/issue4515170_test.dart |
index 251778b8ca88eb572e57e1bd31d633ef511fbc4a..c735893d67d325d62bb4fa442629eece0effebaf 100644 |
--- a/tests/language/issue4515170_test.dart |
+++ b/tests/language/issue4515170_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
class Issue4515170Test { |
- static final VAL = 3; |
+ static const VAL = 3; |
static int defaultVal([int a = VAL]) { |
return a; |
} |