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

Unified Diff: test/codegen/expect/collection/src/equality.txt

Issue 1641643004: Roll analyzer to 0.27.2-alpha.1 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rerun tests and format 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 side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/collection/src/equality.txt
diff --git a/test/codegen/expect/collection/src/equality.txt b/test/codegen/expect/collection/src/equality.txt
index 1a5b318c91c86f1e2691c12b009fc4d4aaeb31d3..5ea686c1e6ec387489e76107bf656d3d731852f9 100644
--- a/test/codegen/expect/collection/src/equality.txt
+++ b/test/codegen/expect/collection/src/equality.txt
@@ -6,5 +6,5 @@ severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE
severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultEquality) is not of type Equality<E> because const DefaultEquality() cannot be typed as Equality<E> (package:collection/src/equality.dart, line 198, col 38)
severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultEquality) is not of type Equality<K> because const DefaultEquality() cannot be typed as Equality<K> (package:collection/src/equality.dart, line 234, col 42)
severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultEquality) is not of type Equality<V> because const DefaultEquality() cannot be typed as Equality<V> (package:collection/src/equality.dart, line 235, col 44)
-warning: [DOWN_CAST_COMPOSITE] it1.current (dynamic) will need runtime check to cast to type E (package:collection/src/equality.dart, line 68, col 36)
-warning: [DOWN_CAST_COMPOSITE] it2.current (dynamic) will need runtime check to cast to type E (package:collection/src/equality.dart, line 68, col 49)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (package:collection/src/equality.dart, line 68, col 36)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (package:collection/src/equality.dart, line 68, col 49)
« no previous file with comments | « test/codegen/expect/collection/src/canonicalized_map.txt ('k') | test/codegen/expect/collection/src/iterable_zip.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698