OLD | NEW |
1 // Messages from compiling equality.dart | 1 // Messages from compiling equality.dart |
2 severe: [AnalyzerMessage] The redirected constructor '() → DefaultEquality' has
incompatible parameters with '() → Equality<E>' (package:collection/equality.dar
t, line 18, col 30) | 2 severe: [AnalyzerMessage] The redirected constructor '() → DefaultEquality' has
incompatible parameters with '() → Equality<E>' (package:collection/equality.dar
t, line 18, col 30) |
3 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<E> (package:collection/equality.dart, line 75, co
l 31) | 3 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<E> because const DefaultEquality() cannot be ty
ped as Equality<E> (package:collection/equality.dart, line 75, col 31) |
4 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<E> (package:collection/equality.dart, line 120, c
ol 53) | 4 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<E> because const DefaultEquality() cannot be ty
ped as Equality<E> (package:collection/equality.dart, line 120, col 53) |
5 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<E> (package:collection/equality.dart, line 205, c
ol 38) | 5 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<E> because const DefaultEquality() cannot be ty
ped as Equality<E> (package:collection/equality.dart, line 205, col 38) |
6 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<E> (package:collection/equality.dart, line 223, c
ol 38) | 6 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<E> because const DefaultEquality() cannot be ty
ped as Equality<E> (package:collection/equality.dart, line 223, col 38) |
7 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<K> (package:collection/equality.dart, line 263, c
ol 42) | 7 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<K> because const DefaultEquality() cannot be ty
ped as Equality<K> (package:collection/equality.dart, line 263, col 42) |
8 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu
ality) is not of type Equality<V> (package:collection/equality.dart, line 264, c
ol 44) | 8 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
quality) is not of type Equality<V> because const DefaultEquality() cannot be ty
ped as Equality<V> (package:collection/equality.dart, line 264, col 44) |
9 warning: [DownCastComposite] it1.current (dynamic) will need runtime check to ca
st to type E (package:collection/equality.dart, line 87, col 36) | 9 warning: [DOWN_CAST_COMPOSITE] it1.current (dynamic) will need runtime check to
cast to type E (package:collection/equality.dart, line 87, col 36) |
10 warning: [DownCastComposite] it2.current (dynamic) will need runtime check to ca
st to type E (package:collection/equality.dart, line 87, col 49) | 10 warning: [DOWN_CAST_COMPOSITE] it2.current (dynamic) will need runtime check to
cast to type E (package:collection/equality.dart, line 87, col 49) |
OLD | NEW |