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

Side by Side Diff: test/codegen/expect/collection/wrappers.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 wrappers.dart 1 // Messages from compiling wrappers.dart
2 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type List<E> (package:collection/wrappers.dart, line 120, col 28) 2 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type List<E> (package:collection/wrappers.dart, line 120, col 28)
3 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Set<E> (package:collection/wrappers.dart, line 219, col 26) 3 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Set<E> (package:collection/wrappers.dart, line 219, col 26)
4 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Queue<E> (package:collection/wrappers.dart, line 272, col 30) 4 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Queue<E> (package:collection/wrappers.dart, line 272, col 30)
5 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che ck to cast to type K (package:collection/wrappers.dart, line 483, col 13) 5 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che ck to cast to type K (package:collection/wrappers.dart, line 483, col 13)
6 warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) wi ll need runtime check to cast to type () → V (package:collection/wrappers.dart, line 485, col 31) 6 warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) wi ll need runtime check to cast to type () → V (package:collection/wrappers.dart, line 485, col 31)
7 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16) 7 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16)
8 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type V (package:collection/wrappers.dart, line 558, col 38) 8 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type V (package:collection/wrappers.dart, line 558, col 38)
9 info: [InferredTypeClosure] (element) => !other.contains(element) has inferred t ype (E) → bool (package:collection/wrappers.dart, line 397, col 13)
10 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw Stro ngModeError (package:collection/wrappers.dart, line 470, col 28)
11 info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:col lection/wrappers.dart, line 471, col 33)
12 info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:colle ction/wrappers.dart, line 483, col 13)
13 info: [InferredTypeClosure] (element) => !other.contains(element) has inferred t ype (V) → bool (package:collection/wrappers.dart, line 508, col 13)
14 info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:col lection/wrappers.dart, line 521, col 40)
15 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw Stro ngModeError (package:collection/wrappers.dart, line 524, col 26)
16 info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:colle ction/wrappers.dart, line 525, col 15)
17 info: [InferredTypeClosure] (key, value) {if (test(value)) toRemove.add(key);} h as inferred type (K, V) → void (package:collection/wrappers.dart, line 535, col 22)
18 info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw Stro ngModeError (package:collection/wrappers.dart, line 544, col 30)
19 info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:col lection/wrappers.dart, line 545, col 17)
20 info: [InferredTypeClosure] (k, v) {if (!valuesToRetain.contains(v)) keysToRemov e.add(k);} has inferred type (K, V) → void (package:collection/wrappers.dart, li ne 551, col 22)
21 info: [InferredTypeClosure] (element) => !test(element) has inferred type (V) → bool (package:collection/wrappers.dart, line 558, col 19)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/unmodifiable_wrappers.txt ('k') | test/codegen/expect/constructors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698