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

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

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Fix error severities Created 4 years, 11 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: [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 severe: [_INVALID_METHOD_OVERRIDE] Mixin introduces an invalid override. The typ e of ListMixin.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a s ubtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:co llection/src/queue_list.dart, line 14, col 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) 3 severe: [_INVALID_METHOD_OVERRIDE] Mixin introduces an invalid override. The typ e of ListMixin.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Ite rable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/queue_list.da rt, line 14, col 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) 4 warning: [_DOWN_CAST_COMPOSITE] source (Iterable<E>) will need runtime check to cast to type List<dynamic> (package:collection/src/queue_list.dart, line 44, col 25)
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) 5 warning: [_DOWN_CAST_COMPOSITE] sourceList (List<dynamic>) will need runtime che ck to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45, col 40)
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) 6 warning: [_DOWN_CAST_COMPOSITE] elements (Iterable<E>) will need runtime check t o cast to type List<dynamic> (package:collection/src/queue_list.dart, line 61, c ol 19)
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) 7 warning: [_DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 67, col 5 2)
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) 8 warning: [_DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 73, col 5 2)
9 warning: [_DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 77, col 5 2)
10 warning: [_DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 78, col 4 0)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698