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

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

Issue 1840203002: More analyzer updates, and handle negative_tests (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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/wrappers.txt
diff --git a/test/codegen/expect/collection/src/wrappers.txt b/test/codegen/expect/collection/src/wrappers.txt
index 1f9d6fa239a25a75867aee1344f6f3875c802e43..2c0e33d563178023790be95fa3bb4f576cc88aaa 100644
--- a/test/codegen/expect/collection/src/wrappers.txt
+++ b/test/codegen/expect/collection/src/wrappers.txt
@@ -1,22 +1,22 @@
// Messages from compiling wrappers.dart
-severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 27, col 3)
-severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 34, col 3)
-severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 54, col 3)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 97, col 7)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 97, col 25)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 97, col 25)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 97, col 25)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 194, col 7)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 194, col 24)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 194, col 24)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 194, col 24)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 245, col 7)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 245, col 26)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 245, col 26)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 245, col 26)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 339, col 7)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 414, col 7)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((V) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<V>.expand (<T>((V) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 414, col 25)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, V) → dynamic) → dynamic) is not a subtype of Iterable<V>.fold (<T>(T, (T, V) → T) → T). (package:collection/src/wrappers.dart, line 414, col 25)
-severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((V) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<V>.map (<T>((V) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 414, col 25)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (package:collection/src/wrappers.dart, line 443, col 13)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 27, col 3)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 34, col 3)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 54, col 3)
+severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 97, col 7)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 97, col 25)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 97, col 25)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 97, col 25)
+severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 194, col 7)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 194, col 24)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 194, col 24)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 194, col 24)
+severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 245, col 7)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 245, col 26)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 245, col 26)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 245, col 26)
+severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 339, col 7)
+severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 414, col 7)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((V) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<V>.expand (<T>((V) → Iterable<T>) → Iterable<T>). (package:collection/src/wrappers.dart, line 414, col 25)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, V) → dynamic) → dynamic) is not a subtype of Iterable<V>.fold (<T>(T, (T, V) → T) → T). (package:collection/src/wrappers.dart, line 414, col 25)
+severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((V) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<V>.map (<T>((V) → T) → Iterable<T>). (package:collection/src/wrappers.dart, line 414, col 25)
+warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (package:collection/src/wrappers.dart, line 443, col 13)

Powered by Google App Engine
This is Rietveld 408576698