| 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 b756a9d84dc44c21a314c1e4148d4be4717aea7e..ee264e6c6e4ec8f28f8c327b8cebca0d01fc860e 100644
|
| --- a/pkg/analyzer/lib/src/generated/constant.dart
|
| +++ b/pkg/analyzer/lib/src/generated/constant.dart
|
| @@ -14,12 +14,12 @@ import 'element.dart';
|
| import 'engine.dart' show AnalysisEngine, RecordingErrorListener;
|
| import 'error.dart';
|
| import 'java_core.dart';
|
| -import 'java_engine.dart' show ObjectUtilities;
|
| import 'resolver.dart' show TypeProvider;
|
| import 'scanner.dart' show Token, TokenType;
|
| import 'source.dart' show Source;
|
| import 'utilities_collection.dart';
|
| import 'utilities_dart.dart' show ParameterKind;
|
| +import 'package:analyzer/src/generated/utilities_general.dart';
|
|
|
| /**
|
| * Instances of the class `BoolState` represent the state of an object representing a boolean
|
| @@ -2210,8 +2210,7 @@ class DartObjectImpl implements DartObject {
|
| bool get hasExactValue => _state.hasExactValue;
|
|
|
| @override
|
| - int get hashCode =>
|
| - ObjectUtilities.combineHashCodes(type.hashCode, _state.hashCode);
|
| + int get hashCode => JenkinsSmiHash.hash2(type.hashCode, _state.hashCode);
|
|
|
| @override
|
| int get intValue {
|
|
|