Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: test/codegen/expect/collection/src/queue_list.txt

Issue 1645343002: Builds / serves multiple HTML files. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Messages from compiling queue_list.dart 1 // Messages from compiling queue_list.dart
2 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dy namic> (package:collection/src/queue_list.dart, line 44, col 25) 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 12, col 40)
3 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 45, 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 12, col 40)
4 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dy namic> (package:collection/src/queue_list.dart, line 61, col 19) 4 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dy namic> (package:collection/src/queue_list.dart, line 38, col 25)
5 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 39, col 40)
6 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dy namic> (package:collection/src/queue_list.dart, line 55, col 19)
7 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 61, col 52)
5 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 67, col 52) 8 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 67, col 52)
6 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 73, col 52) 9 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 71, col 52)
7 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 77, col 52) 10 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 72, col 40)
8 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<E> (package:collection/src/queue_list.dart, line 78, col 40)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/canonicalized_map.txt ('k') | test/codegen/expect/collection/src/unmodifiable_wrappers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698