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 severe: [AnalyzerMessage] (comparison != null) ? comparison : Comparable.compare
(Function) will need runtime check to cast to type (dynamic, dynamic) → int (pa
ckage: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 severe: [AnalyzerMessage] comparison ((dynamic, dynamic) → int) will need runtim
e check to cast to type (E, E) → int (package:collection/priority_queue.dart, li
ne 240, col 15) |
| 4 severe: [AnalyzerMessage] comparison ((dynamic, dynamic) → int) will need runtim
e check to cast to type (E, E) → int (package:collection/priority_queue.dart, li
ne 245, col 38) |
OLD | NEW |