OLD | NEW |
1 // Messages from compiling queue_list.dart | 1 // Messages from compiling queue_list.dart |
| 2 severe: [INVALID_METHOD_OVERRIDE] Mixin introduces an invalid override. The type
of ListMixin.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a su
btype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:col
lection/src/queue_list.dart, line 14, col 40) |
| 3 severe: [INVALID_METHOD_OVERRIDE] Mixin introduces an invalid override. The type
of ListMixin.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iter
able<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/queue_list.dar
t, line 14, col 40) |
2 warning: [DOWN_CAST_COMPOSITE] source (Iterable<E>) will need runtime check to c
ast to type List<dynamic> (package:collection/src/queue_list.dart, line 44, col
25) | 4 warning: [DOWN_CAST_COMPOSITE] source (Iterable<E>) will need runtime check to c
ast to type List<dynamic> (package:collection/src/queue_list.dart, line 44, col
25) |
3 warning: [DOWN_CAST_COMPOSITE] sourceList (List<dynamic>) will need runtime chec
k to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45,
col 40) | 5 warning: [DOWN_CAST_COMPOSITE] sourceList (List<dynamic>) will need runtime chec
k to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45,
col 40) |
4 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<E>) will need runtime check to
cast to type List<dynamic> (package:collection/src/queue_list.dart, line 61, co
l 19) | 6 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<E>) will need runtime check to
cast to type List<dynamic> (package:collection/src/queue_list.dart, line 61, co
l 19) |
5 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 67, col 52
) | 7 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 67, col 52
) |
6 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 73, col 52
) | 8 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 73, col 52
) |
7 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 77, col 52
) | 9 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 77, col 52
) |
8 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 78, col 40
) | 10 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c
ast to type Iterable<E> (package:collection/src/queue_list.dart, line 78, col 40
) |
OLD | NEW |