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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/collection/wrappers.txt
diff --git a/test/codegen/expect/collection/wrappers.txt b/test/codegen/expect/collection/wrappers.txt
index 0780f693e105f6236713788668baf9823af61dff..e84d2fb5a52bc8af0b3457b719bc1bb7e219ecc7 100644
--- a/test/codegen/expect/collection/wrappers.txt
+++ b/test/codegen/expect/collection/wrappers.txt
@@ -6,16 +6,3 @@ warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che
warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) will need runtime check to cast to type () → V (package:collection/wrappers.dart, line 485, col 31)
warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16)
warning: [DownCastComposite] element (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 558, col 38)
-info: [InferredTypeClosure] (element) => !other.contains(element) has inferred type (E) → bool (package:collection/wrappers.dart, line 397, col 13)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 470, col 28)
-info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 471, col 33)
-info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:collection/wrappers.dart, line 483, col 13)
-info: [InferredTypeClosure] (element) => !other.contains(element) has inferred type (V) → bool (package:collection/wrappers.dart, line 508, col 13)
-info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 521, col 40)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 524, col 26)
-info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:collection/wrappers.dart, line 525, col 15)
-info: [InferredTypeClosure] (key, value) {if (test(value)) toRemove.add(key);} has inferred type (K, V) → void (package:collection/wrappers.dart, line 535, col 22)
-info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 544, col 30)
-info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 545, col 17)
-info: [InferredTypeClosure] (k, v) {if (!valuesToRetain.contains(v)) keysToRemove.add(k);} has inferred type (K, V) → void (package:collection/wrappers.dart, line 551, col 22)
-info: [InferredTypeClosure] (element) => !test(element) has inferred type (V) → bool (package:collection/wrappers.dart, line 558, col 19)
« 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