| OLD | NEW |
| 1 // Messages from compiling priority_queue.dart | 1 // Messages from compiling priority_queue.dart |
| 2 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (dynamic,
dynamic) → int (package:collection/src/priority_queue.dart, line 142, col 22) | |
| 3 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → i
nt to (E, E) → int (package:collection/src/priority_queue.dart, line 210, col 15
) | 2 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → i
nt to (E, E) → int (package:collection/src/priority_queue.dart, line 210, col 15
) |
| 4 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → i
nt to (E, E) → int (package:collection/src/priority_queue.dart, line 215, col 38
) | 3 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, dynamic) → i
nt to (E, E) → int (package:collection/src/priority_queue.dart, line 215, col 38
) |
| OLD | NEW |