| Index: pkg/analyzer/lib/src/generated/constant.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/constant.dart b/pkg/analyzer/lib/src/generated/constant.dart
|
| index 690adc180d7a24c62807d1163ed6369063b14c8c..76e5bf1cce632b8c1369f7c4499e448100a6f48d 100644
|
| --- a/pkg/analyzer/lib/src/generated/constant.dart
|
| +++ b/pkg/analyzer/lib/src/generated/constant.dart
|
| @@ -2677,7 +2677,7 @@ class DeclaredVariables {
|
| int bigInteger;
|
| try {
|
| bigInteger = int.parse(value);
|
| - } on FormatException catch (exception) {
|
| + } on FormatException {
|
| return new DartObjectImpl(typeProvider.nullType, NullState.NULL_STATE);
|
| }
|
| return new DartObjectImpl(typeProvider.intType, new IntState(bigInteger));
|
|
|