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

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

Issue 1710583002: Fix tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix hints and reformat Created 4 years, 10 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 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingItera bleBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collectio n/src/wrappers.dart, line 27, col 3) 2 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingItera bleBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collectio n/src/wrappers.dart, line 27, col 3)
3 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingItera bleBase.fold ((dynamic, (dynamic, E) → dynamic) → dynamic) is not a subtype of I terable<E>.fold (<T>(T, (T, E) → T) → T). (package:collection/src/wrappers.dart, line 34, col 3)
3 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingItera bleBase.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) 4 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DelegatingItera bleBase.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)
4 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/wrappers.dart, line 97, col 7) 5 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 9 7, col 7)
5 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 97, col 25) 6 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 97, col 25)
7 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynam ic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:coll ection/src/wrappers.dart, line 97, col 25)
6 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 97, col 25) 8 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 97, col 25)
7 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/wrappers.dart, line 194, col 7) 9 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 1 94, col 7)
8 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 194, col 24) 10 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 194, col 24)
11 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynam ic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:coll ection/src/wrappers.dart, line 194, col 24)
9 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 194, col 24) 12 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 194, col 24)
10 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and 'Iterable.expand' (package:collection/src/wrappers.dart, line 245, col 7) 13 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 2 45, col 7)
11 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 245, col 26) 14 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 245, col 26)
15 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, E) → dynamic) → dynam ic) is not a subtype of Iterable<E>.fold (<T>(T, (T, E) → T) → T). (package:coll ection/src/wrappers.dart, line 245, col 26)
12 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 245, col 26) 16 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 245, col 26)
13 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/wrappers.dart, line 339, col 7) 17 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 3 39, col 7)
14 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/wrappers.dart, line 414, col 7) 18 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand', 'Iterable.fold' and 'Iterable.map' (package:collection/src/wrappers.dart, line 4 14, col 7)
15 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((V) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<V>.expand (<T>((V) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 414, col 25) 19 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.expand (((V) → Iterable<dynamic>) → Iterable<dy namic>) is not a subtype of Iterable<V>.expand (<T>((V) → Iterable<T>) → Iterabl e<T>). (package:collection/src/wrappers.dart, line 414, col 25)
20 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.fold ((dynamic, (dynamic, V) → dynamic) → dynam ic) is not a subtype of Iterable<V>.fold (<T>(T, (T, V) → T) → T). (package:coll ection/src/wrappers.dart, line 414, col 25)
16 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((V) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<V>.map (<T>((V) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 414, col 25) 21 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _DelegatingIterableBase.map (((V) → dynamic) → Iterable<dynamic>) is no t a subtype of Iterable<V>.map (<T>((V) → T) → Iterable<T>). (package:collection /src/wrappers.dart, line 414, col 25)
17 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (package: collection/src/wrappers.dart, line 35, col 7)
18 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (package: collection/src/wrappers.dart, line 443, col 13) 22 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (package: collection/src/wrappers.dart, line 443, col 13)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/unmodifiable_wrappers.txt ('k') | test/codegen/expect/language-all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698