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

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

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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 unified diff | Download patch
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) 2 severe: [AnalyzerMessage] The redirected constructor '() → DefaultEquality' has incompatible parameters with '() → Equality<E>' (package:collection/equality.dar t, line 18, col 30)
3 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 75, co l 31) 3 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> because const DefaultEquality() cannot be type d as Equality<E> (package:collection/equality.dart, line 75, col 31)
Jennifer Messerly 2016/01/04 20:48:40 Now that all of our errors include [AnalyzerMessag
Leaf 2016/01/04 21:34:47 They actually don't - I'd just missed this pattern
4 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 120, c ol 53) 4 severe: [AnalyzerMessage] it1.current (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 87, col 36)
5 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 205, c ol 38) 5 severe: [AnalyzerMessage] it2.current (dynamic) will need runtime check to cast to type E (package:collection/equality.dart, line 87, col 49)
6 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> (package:collection/equality.dart, line 223, c ol 38) 6 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> because const DefaultEquality() cannot be type d as Equality<E> (package:collection/equality.dart, line 120, col 53)
7 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<K> (package:collection/equality.dart, line 263, c ol 42) 7 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> because const DefaultEquality() cannot be type d as Equality<E> (package:collection/equality.dart, line 205, col 38)
8 severe: [StaticTypeError] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<V> (package:collection/equality.dart, line 264, c ol 44) 8 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<E> because const DefaultEquality() cannot be type d as Equality<E> (package:collection/equality.dart, line 223, col 38)
9 warning: [DownCastComposite] it1.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 36) 9 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<K> because const DefaultEquality() cannot be type d as Equality<K> (package:collection/equality.dart, line 263, col 42)
10 warning: [DownCastComposite] it2.current (dynamic) will need runtime check to ca st to type E (package:collection/equality.dart, line 87, col 49) 10 severe: [AnalyzerMessage] Type check failed: const DefaultEquality() (DefaultEqu ality) is not of type Equality<V> because const DefaultEquality() cannot be type d as Equality<V> (package:collection/equality.dart, line 264, col 44)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698