OLD | NEW |
1 // Messages from compiling priority_queue.dart | 1 // Messages from compiling priority_queue.dart |
2 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run
time check to cast to type (E, E) → int (package:collection/priority_queue.dart,
line 240, col 15) | 2 warning: [_DOWN_CAST_COMPOSITE] (comparison != null) ? comparison : Comparable.c
ompare (Function) will need runtime check to cast to type (dynamic, dynamic) → i
nt (package:collection/priority_queue.dart, line 172, col 22) |
3 warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need run
time check to cast to type (E, E) → int (package:collection/priority_queue.dart,
line 245, col 38) | 3 warning: [_DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need
runtime check to cast to type (E, E) → int (package:collection/priority_queue.da
rt, line 240, col 15) |
| 4 warning: [_DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need
runtime check to cast to type (E, E) → int (package:collection/priority_queue.da
rt, line 245, col 38) |
OLD | NEW |