| Index: dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart b/dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| index e28ffaa27dd78a7145306b253bc9c8c8e75a9bf6..2473f801d4d1b72d9b5276d1c4a616723d7b840f 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| @@ -1338,6 +1338,8 @@ class ArgumentsTypes {
|
| return true;
|
| }
|
|
|
| + int get hashCode => throw new UnsupportedError('ArgumentsTypes.hashCode');
|
| +
|
| bool hasNoArguments() => positional.isEmpty && named.isEmpty;
|
|
|
| bool hasOnePositionalArgumentWithType(TypeMask type) {
|
|
|