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

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

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (package:collection/src/queue_list.dart, line 45, co l 40) 2 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 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) 3 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)
4 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) 4 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)
5 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) 5 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)
6 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) 6 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)
7 info: [InferredTypeAllocation] new QueueList(length + 1) has inferred type Queue List<E> (package:collection/src/queue_list.dart, line 42, col 28)
8 info: [AssignmentCast] source (Iterable<E>) will need runtime check to cast to t ype List<dynamic> (package:collection/src/queue_list.dart, line 44, col 25)
9 info: [AssignmentCast] elements (Iterable<E>) will need runtime check to cast to type List<dynamic> (package:collection/src/queue_list.dart, line 61, col 19)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/canonicalized_map.txt ('k') | test/codegen/expect/collection/src/unmodifiable_wrappers.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698