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

Side by Side Diff: test/codegen/expect/collection/equality.txt

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master 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
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Messages from compiling equality.dart 1 // Messages from compiling equality.dart
2 severe: [AnalyzerMessage] The redirected constructor '() → DefaultEquality' has incompatible parameters with '() → Equality<E>' (package:collection/equality.dar t, line 18, col 30)
3 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<E> because const DefaultEquality() cannot be ty ped as Equality<E> (package:collection/equality.dart, line 75, col 31)
4 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<E> because const DefaultEquality() cannot be ty ped as Equality<E> (package:collection/equality.dart, line 120, col 53)
5 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<E> because const DefaultEquality() cannot be ty ped as Equality<E> (package:collection/equality.dart, line 205, col 38)
6 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<E> because const DefaultEquality() cannot be ty ped as Equality<E> (package:collection/equality.dart, line 223, col 38)
7 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<K> because const DefaultEquality() cannot be ty ped as Equality<K> (package:collection/equality.dart, line 263, col 42)
8 severe: [STATIC_TYPE_ERROR] Type check failed: const DefaultEquality() (DefaultE quality) is not of type Equality<V> because const DefaultEquality() cannot be ty ped as Equality<V> (package:collection/equality.dart, line 264, col 44)
9 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (package: collection/equality.dart, line 87, col 36)
10 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (package: collection/equality.dart, line 87, col 49)
OLDNEW
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698