| OLD | NEW |
| 1 // Messages from compiling queue_list.dart | 1 // Messages from compiling queue_list.dart |
| 2 warning: [DownCastComposite] source (Iterable<E>) will need runtime check to cas
t to type List<dynamic> (package:collection/src/queue_list.dart, line 44, col 25
) |
| 2 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check
to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45, co
l 40) | 3 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check
to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45, co
l 40) |
| 4 warning: [DownCastComposite] elements (Iterable<E>) will need runtime check to c
ast to type List<dynamic> (package:collection/src/queue_list.dart, line 61, col
19) |
| 3 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 67, col 52) | 5 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 67, col 52) |
| 4 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 73, col 52) | 6 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 73, col 52) |
| 5 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 77, col 52) | 7 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 77, col 52) |
| 6 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 78, col 40) | 8 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<E> (package:collection/src/queue_list.dart, line 78, col 40) |
| OLD | NEW |