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

Unified Diff: tool/sdk_expected_errors.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
« no previous file with comments | « test/codegen_test.dart ('k') | tool/test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/sdk_expected_errors.txt
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt
index 2412ff6a4d435de6f11bd948465bd3bcfbbda52a..35eb8888430a7e95eaf7b8f297648acb3a202f7e 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -1,280 +1,282 @@
+severe: [AnalyzerMessage] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map' (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
+severe: [STATIC_TYPE_ERROR] Type check failed: x (InternalMap) is not of type Map<dynamic, dynamic> (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_interceptors/js_number.dart, line 12, col 7)
severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_interceptors/js_string.dart, line 14, col 7)
-warning: [DOWN_CAST_COMPOSITE] doneHandlers (dynamic) will need runtime check to cast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
-warning: [DOWN_CAST_COMPOSITE] args (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 839, col 37)
-warning: [DOWN_CAST_COMPOSITE] msg['args'] (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 886, col 11)
-warning: [DOWN_CAST_COMPOSITE] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12)
-warning: [DOWN_CAST_COMPOSITE] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12)
-warning: [DOWN_CAST_COMPOSITE] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31)
-warning: [DOWN_CAST_COMPOSITE] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16)
-warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need runtime check to cast to type List<String> (dart:_interceptors/js_string.dart, line 86, col 14)
-warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runtime check to cast to type List<String> (dart:_interceptors/js_string.dart, line 89, col 14)
-warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(string)) (dynamic) will need runtime check to cast to type List<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
-warning: [DOWN_CAST_COMPOSITE] match (List<dynamic>) will need runtime check to cast to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43)
-warning: [DOWN_CAST_COMPOSITE] match (List<dynamic>) will need runtime check to cast to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43)
-warning: [DOWN_CAST_COMPOSITE] pattern.allMatches(receiver) (dynamic) will need runtime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23)
-warning: [DOWN_CAST_COMPOSITE] controller (_StreamControllerLifecycle<dynamic>) will need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 8, col 67)
-warning: [DOWN_CAST_COMPOSITE] controller (_StreamControllerLifecycle<dynamic>) will need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 36, col 15)
-warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 194, col 18)
-warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stream_controller.dart, line 199, col 12)
-warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 308, col 48)
-warning: [UNINFERRED_CLOSURE] (_BroadcastSubscription<T> subscription) {subscription._close();} ((_BroadcastSubscription<T>) → void) will need runtime check to cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stream_controller.dart, line 371, col 24)
-warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 392, col 48)
-warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 401, col 48)
-warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 411, col 50)
-warning: [DOWN_CAST_COMPOSITE] result (_Future<dynamic>) will need runtime check to cast to type Future<T> (dart:async/future.dart, line 123, col 12)
-warning: [DOWN_CAST_COMPOSITE] result (_Future<dynamic>) will need runtime check to cast to type Future<T> (dart:async/future.dart, line 149, col 12)
-warning: [DOWN_CAST_COMPOSITE] result (_Future<dynamic>) will need runtime check to cast to type Future<T> (dart:async/future.dart, line 233, col 12)
-warning: [DOWN_CAST_COMPOSITE] value (Object) will need runtime check to cast to type T (dart:async/future.dart, line 297, col 25)
-warning: [DOWN_CAST_COMPOSITE] value (Object) will need runtime check to cast to type T (dart:async/future.dart, line 304, col 42)
-warning: [DOWN_CAST_COMPOSITE] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
-warning: [DOWN_CAST_COMPOSITE] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → S (dart:async/future_impl.dart, line 208, col 11)
-warning: [DOWN_CAST_COMPOSITE] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 221, col 32)
-warning: [DOWN_CAST_COMPOSITE] result (_Future<dynamic>) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12)
-warning: [DOWN_CAST_COMPOSITE] _resultOrListeners (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 245, col 12)
-warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17)
-warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15)
-warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 386, col 31)
-warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 407, col 22)
-warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 66, col 61)
-warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 71, col 60)
-warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 84, col 55)
-warning: [DOWN_CAST_COMPOSITE] onListen ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/stream.dart, line 249, col 44)
-warning: [DOWN_CAST_COMPOSITE] onCancel ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/stream.dart, line 249, col 54)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, result) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 502, col 24)
-warning: [DOWN_CAST_COMPOSITE] newValue (dynamic) will need runtime check to cast to type S (dart:async/stream.dart, line 535, col 32)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, result) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 536, col 11)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 604, col 13)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 630, col 13)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 659, col 13)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 696, col 13)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1038, col 11)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1079, col 11)
-warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dynamic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1131, col 11)
-warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1221, col 43)
-warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1229, col 43)
-warning: [DOWN_CAST_COMPOSITE] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (dart:async/stream.dart, line 1247, col 21)
-warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1258, col 43)
-warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1277, col 53)
-warning: [DOWN_CAST_COMPOSITE] subscription (_ControllerSubscription<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart:async/stream_controller.dart, line 516, col 12)
-warning: [DOWN_CAST_COMPOSITE] controller (_StreamController<dynamic>) will need runtime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, line 798, col 15)
-warning: [DOWN_CAST_COMPOSITE] _nullDataHandler ((dynamic) → void) will need runtime check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
-warning: [DOWN_CAST_COMPOSITE] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream_impl.dart, line 154, col 15)
-warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.dart, line 476, col 12)
-warning: [DOWN_CAST_COMPOSITE] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
-warning: [DOWN_CAST_COMPOSITE] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
-warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
-warning: [DOWN_CAST_COMPOSITE] outputData (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 104, col 15)
-warning: [DOWN_CAST_COMPOSITE] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
-warning: [DOWN_CAST_COMPOSITE] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29)
-warning: [DOWN_CAST_COMPOSITE] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:async/stream_transformers.dart, line 234, col 48)
-warning: [DOWN_CAST_COMPOSITE] _defaultHandleError ((dynamic, StackTrace, EventSink<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
-warning: [DOWN_CAST_COMPOSITE] Zone.current.bindUnaryCallback(callback, runGuarded: true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
-warning: [DOWN_CAST_COMPOSITE] handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, dynamic, StackTrace) → dynamic (dart:async/zone.dart, line 138, col 28)
-warning: [DOWN_CAST_COMPOSITE] run != null ? run : other.run (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, () → dynamic) → dynamic (dart:async/zone.dart, line 141, col 12)
-warning: [DOWN_CAST_COMPOSITE] runUnary != null ? runUnary : other.runUnary (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic) → dynamic, dynamic) → dynamic (dart:async/zone.dart, line 142, col 17)
-warning: [DOWN_CAST_COMPOSITE] runBinary != null ? runBinary : other.runBinary (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic, dynamic, dynamic) → dynamic (dart:async/zone.dart, line 143, col 18)
-warning: [DOWN_CAST_COMPOSITE] registerCallback != null ? registerCallback : other.registerCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, () → dynamic) → () → dynamic (dart:async/zone.dart, line 144, col 25)
-warning: [DOWN_CAST_COMPOSITE] registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic) → dynamic) → (dynamic) → dynamic (dart:async/zone.dart, line 147, col 30)
-warning: [DOWN_CAST_COMPOSITE] registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic) → (dynamic, dynamic) → dynamic (dart:async/zone.dart, line 150, col 31)
-warning: [DOWN_CAST_COMPOSITE] errorCallback != null ? errorCallback : other.errorCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, Object, StackTrace) → AsyncError (dart:async/zone.dart, line 153, col 22)
-warning: [DOWN_CAST_COMPOSITE] scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, () → dynamic) → void (dart:async/zone.dart, line 156, col 26)
-warning: [DOWN_CAST_COMPOSITE] createTimer != null ? createTimer : other.createTimer (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, Duration, () → void) → Timer (dart:async/zone.dart, line 159, col 21)
-warning: [DOWN_CAST_COMPOSITE] createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, Duration, (Timer) → void) → Timer (dart:async/zone.dart, line 160, col 28)
-warning: [DOWN_CAST_COMPOSITE] print != null ? print : other.print (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, String) → void (dart:async/zone.dart, line 163, col 15)
-warning: [DOWN_CAST_COMPOSITE] fork != null ? fork : other.fork (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, ZoneSpecification, Map<dynamic, dynamic>) → Zone (dart:async/zone.dart, line 164, col 13)
-warning: [DOWN_CAST_COMPOSITE] zone.bindUnaryCallback(callback) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart, line 962, col 16)
-warning: [DOWN_CAST_COMPOSITE] (strings == null) ? null : _getTableEntry(strings, key) (dynamic) will need runtime check to cast to type V (dart:collection, line 98, col 14)
-warning: [DOWN_CAST_COMPOSITE] (nums == null) ? null : _getTableEntry(nums, key) (dynamic) will need runtime check to cast to type V (dart:collection, line 101, col 14)
-warning: [DOWN_CAST_COMPOSITE] (index < 0) ? null : JS('var', '#[#]', bucket, index + 1) (dynamic) will need runtime check to cast to type V (dart:collection, line 112, col 12)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#.splice(#, 2)[1]', bucket, index) (dynamic) will need runtime check to cast to type V (dart:collection, line 179, col 12)
-warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 193, col 14)
-warning: [DOWN_CAST_COMPOSITE] _getTableEntry(table, key) (dynamic) will need runtime check to cast to type V (dart:collection, line 261, col 17)
-warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((v) => v is K) (Function) will need runtime check to cast to type (Object) → bool (dart:collection, line 372, col 21)
-warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 397, col 49)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', bucket, i) (dynamic) will need runtime check to cast to type K (dart:collection, line 404, col 19)
-warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 404, col 49)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', keys, i) (dynamic) will need runtime check to cast to type E (dart:collection, line 430, col 9)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18)
-warning: [DOWN_CAST_COMPOSITE] (cell == null) ? null : cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 543, col 14)
-warning: [DOWN_CAST_COMPOSITE] (cell == null) ? null : cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 548, col 14)
-warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 561, col 12)
-warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 627, col 12)
-warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 642, col 14)
-warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 642, col 25)
-warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 665, col 12)
-warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((v) => v is K) (Function) will need runtime check to cast to type (Object) → bool (dart:collection, line 795, col 21)
-warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 820, col 49)
-warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 19)
-warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 30)
-warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 862, col 9)
-warning: [DOWN_CAST_COMPOSITE] _cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 889, col 18)
-warning: [DOWN_CAST_COMPOSITE] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 951, col 14)
-warning: [DOWN_CAST_COMPOSITE] bucket[index] (dynamic) will need runtime check to cast to type E (dart:collection, line 962, col 12)
-warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((x) => x is E) (Function) will need runtime check to cast to type (Object) → bool (dart:collection, line 1194, col 21)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', bucket, i) (dynamic) will need runtime check to cast to type E (dart:collection, line 1202, col 21)
-warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1202, col 51)
-warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1212, col 47)
-warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 1251, col 18)
-warning: [DOWN_CAST_COMPOSITE] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14)
-warning: [DOWN_CAST_COMPOSITE] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12)
-warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14)
-warning: [DOWN_CAST_COMPOSITE] _first._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1357, col 12)
-warning: [DOWN_CAST_COMPOSITE] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12)
-warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19)
-warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((x) => x is E) (Function) will need runtime check to cast to type (Object) → bool (dart:collection, line 1596, col 21)
-warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21)
-warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 36)
-warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1616, col 47)
-warning: [DOWN_CAST_COMPOSITE] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18)
-warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35)
-warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40)
-warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17)
-warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16)
-warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35)
-warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40)
-warning: [DOWN_CAST_COMPOSITE] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) will need runtime check to cast to type LinkedHashMap<K, V> (dart:collection/linked_hash_map.dart, line 142, col 12)
-warning: [DOWN_CAST_COMPOSITE] next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 93, col 17)
-warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 105, col 12)
-warning: [DOWN_CAST_COMPOSITE] _previous (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 112, col 12)
-warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 122, col 12)
-warning: [DOWN_CAST_COMPOSITE] current (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 134, col 14)
-warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 192, col 16)
-warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 249, col 16)
-warning: [DOWN_CAST_COMPOSITE] compare == null ? Comparable.compare : compare (Function) will need runtime check to cast to type (dynamic, dynamic) → int (dart:collection/list.dart, line 305, col 21)
-warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<E>) will need runtime check to cast to type List<dynamic> (dart:collection/list.dart, line 365, col 19)
-warning: [DOWN_CAST_COMPOSITE] otherList[otherStart + i] (dynamic) will need runtime check to cast to type E (dart:collection/list.dart, line 377, col 27)
-warning: [DOWN_CAST_COMPOSITE] otherList[otherStart + i] (dynamic) will need runtime check to cast to type E (dart:collection/list.dart, line 381, col 27)
-warning: [DOWN_CAST_COMPOSITE] _map[_map.keys.first] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 122, col 18)
-warning: [DOWN_CAST_COMPOSITE] _map[_map.keys.single] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 123, col 19)
-warning: [DOWN_CAST_COMPOSITE] _map[_map.keys.last] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 124, col 17)
-warning: [DOWN_CAST_COMPOSITE] _map[_keys.current] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 144, col 18)
-warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23)
-warning: [DOWN_CAST_COMPOSITE] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40)
-warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31)
-warning: [DOWN_CAST_COMPOSITE] elements (Iterable<E>) will need runtime check to cast to type List<dynamic> (dart:collection/queue.dart, line 474, col 19)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 480, col 52)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 486, col 52)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 490, col 52)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 491, col 40)
-warning: [DOWN_CAST_COMPOSITE] _queue._table[_position] (dynamic) will need runtime check to cast to type E (dart:collection/queue.dart, line 738, col 16)
-warning: [DOWN_CAST_COMPOSITE] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 155, col 12)
-warning: [DOWN_CAST_COMPOSITE] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 171, col 12)
-warning: [DOWN_CAST_COMPOSITE] (compare == null) ? Comparable.compare : compare (Function) will need runtime check to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 269, col 23)
-warning: [DOWN_CAST_COMPOSITE] (isValidKey != null) ? isValidKey : ((v) => v is K) (Function) will need runtime check to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 270, col 21)
-warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 279, col 35)
-warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 279, col 40)
-warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 332, col 25)
-warning: [DOWN_CAST_COMPOSITE] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 334, col 37)
-warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 335, col 16)
-warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 343, col 41)
-warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 344, col 33)
-warning: [DOWN_CAST_COMPOSITE] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 354, col 35)
-warning: [DOWN_CAST_COMPOSITE] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 366, col 35)
-warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 367, col 14)
-warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 412, col 37)
-warning: [DOWN_CAST_COMPOSITE] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 429, col 18)
-warning: [DOWN_CAST_COMPOSITE] _first.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 445, col 12)
-warning: [DOWN_CAST_COMPOSITE] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 453, col 12)
-warning: [DOWN_CAST_COMPOSITE] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 632, col 39)
-warning: [DOWN_CAST_COMPOSITE] node.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 637, col 42)
-warning: [DOWN_CAST_COMPOSITE] node (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 645, col 55)
-warning: [DOWN_CAST_COMPOSITE] (compare == null) ? Comparable.compare : compare (Function) will need runtime check to cast to type (E, E) → int (dart:collection/splay_tree.dart, line 695, col 23)
-warning: [DOWN_CAST_COMPOSITE] (isValidKey != null) ? isValidKey : ((v) => v is E) (Function) will need runtime check to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 696, col 21)
-warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 709, col 29)
-warning: [DOWN_CAST_COMPOSITE] _first.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 727, col 12)
-warning: [DOWN_CAST_COMPOSITE] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 732, col 12)
-warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 743, col 40)
-warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 755, col 20)
-warning: [DOWN_CAST_COMPOSITE] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 769, col 39)
-warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 783, col 39)
-warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 795, col 23)
-warning: [DOWN_CAST_COMPOSITE] result (List<dynamic>) will need runtime check to cast to type List<int> (dart:convert/ascii.dart, line 96, col 12)
-warning: [DOWN_CAST_COMPOSITE] _first.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T> (dart:convert/codec.dart, line 87, col 34)
-warning: [DOWN_CAST_COMPOSITE] _second.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S> (dart:convert/codec.dart, line 88, col 34)
-warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', '#', keys) (dynamic) will need runtime check to cast to type List<String> (dart:convert, line 311, col 12)
-warning: [DOWN_CAST_COMPOSITE] _second.convert(_first.convert(input)) (dynamic) will need runtime check to cast to type T (dart:convert/converter.dart, line 58, col 25)
-warning: [DOWN_CAST_COMPOSITE] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28)
-warning: [DOWN_CAST_COMPOSITE] _toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28)
-warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42)
-warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36)
-warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 455, col 53)
-warning: [DOWN_CAST_COMPOSITE] object (dynamic) will need runtime check to cast to type Map<String, Object> (dart:convert/json.dart, line 715, col 16)
-warning: [DOWN_CAST_COMPOSITE] _toEncodable (dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 817, col 60)
-warning: [DOWN_CAST_COMPOSITE] toEncodable (dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 895, col 15)
-warning: [DOWN_CAST_COMPOSITE] sink (Sink<dynamic>) will need runtime check to cast to type Sink<String> (dart:convert/line_splitter.dart, line 24, col 44)
-warning: [DOWN_CAST_COMPOSITE] (values == null) ? null : Primitives.getProperty(values, _getKey()) (dynamic) will need runtime check to cast to type T (dart:core/expando.dart, line 55, col 12)
-warning: [DOWN_CAST_COMPOSITE] (generator != null) ? generator : _id (Function) will need runtime check to cast to type (int) → E (dart:core/iterable.dart, line 319, col 22)
-warning: [DOWN_CAST_COMPOSITE] e (dynamic) will need runtime check to cast to type E (dart:core/list.dart, line 121, col 16)
-warning: [DOWN_CAST_COMPOSITE] makeListFixedLength(list) (List<dynamic>) will need runtime check to cast to type List<E> (dart:core/list.dart, line 124, col 12)
-warning: [DOWN_CAST_COMPOSITE] charCodes (Iterable<int>) will need runtime check to cast to type List<dynamic> (dart:core/string.dart, line 121, col 17)
-warning: [DOWN_CAST_COMPOSITE] _userinfoTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1131, col 45)
-warning: [DOWN_CAST_COMPOSITE] _pathCharOrSlashTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1144, col 45)
-warning: [DOWN_CAST_COMPOSITE] _pathCharTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1146, col 51)
-warning: [DOWN_CAST_COMPOSITE] _queryCharTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1163, col 61)
-warning: [DOWN_CAST_COMPOSITE] _queryCharTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1183, col 45)
-warning: [DOWN_CAST_COMPOSITE] codeUnits (List<dynamic>) will need runtime check to cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37)
-warning: [DOWN_CAST_COMPOSITE] _unreserved2396Table (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23)
-warning: [DOWN_CAST_COMPOSITE] _unreservedTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9)
-warning: [DOWN_CAST_COMPOSITE] _encodeFullTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23)
-warning: [DOWN_CAST_COMPOSITE] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryComponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = element.substring(0, index); var value = element.substring(index + 1); map[Uri.decodeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encoding: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12)
-warning: [DOWN_CAST_COMPOSITE] bytes.map((byteString) {int byte = int.parse(byteString); if (byte < 0 || byte > 255) {error('each part must be in the range of `0..255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1901, col 12)
-warning: [DOWN_CAST_COMPOSITE] bytes (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 2023, col 12)
-warning: [DOWN_CAST_COMPOSITE] result (List<dynamic>) will need runtime check to cast to type List<E> (dart:_internal/iterable.dart, line 310, col 12)
-warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
-warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17)
-warning: [DOWN_CAST_COMPOSITE] _f ((dynamic) → Iterable<dynamic>) will need runtime check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 454, col 76)
-warning: [DOWN_CAST_COMPOSITE] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dart, line 481, col 29)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
-warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
-warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
-warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
-warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
-warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to cast to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
-warning: [DOWN_CAST_COMPOSITE] l (List<dynamic>) will need runtime check to cast to type List<T> (dart:_internal/iterable.dart, line 1115, col 31)
-warning: [DOWN_CAST_COMPOSITE] (a + b) * a * b (num) will need runtime check to cast to type T (dart:math, line 85, col 16)
-warning: [DOWN_CAST_COMPOSITE] a + b (num) will need runtime check to cast to type T (dart:math, line 120, col 16)
-warning: [DOWN_CAST_COMPOSITE] x + other.x (num) will need runtime check to cast to type T (dart:math/point.dart, line 37, col 25)
-warning: [DOWN_CAST_COMPOSITE] y + other.y (num) will need runtime check to cast to type T (dart:math/point.dart, line 37, col 38)
-warning: [DOWN_CAST_COMPOSITE] x - other.x (num) will need runtime check to cast to type T (dart:math/point.dart, line 46, col 25)
-warning: [DOWN_CAST_COMPOSITE] y - other.y (num) will need runtime check to cast to type T (dart:math/point.dart, line 46, col 38)
-warning: [DOWN_CAST_COMPOSITE] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
-warning: [DOWN_CAST_COMPOSITE] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
-warning: [DOWN_CAST_COMPOSITE] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
-warning: [DOWN_CAST_COMPOSITE] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
-warning: [DOWN_CAST_COMPOSITE] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
-warning: [DOWN_CAST_COMPOSITE] x1 - x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 41)
-warning: [DOWN_CAST_COMPOSITE] y1 - y0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 50)
-warning: [DOWN_CAST_COMPOSITE] right - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 40)
-warning: [DOWN_CAST_COMPOSITE] bottom - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 54)
-warning: [DOWN_CAST_COMPOSITE] this.left + this.width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 119, col 41)
-warning: [DOWN_CAST_COMPOSITE] this.left + this.width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 120, col 44)
-warning: [DOWN_CAST_COMPOSITE] this.top + this.height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 121, col 7)
-warning: [DOWN_CAST_COMPOSITE] this.top + this.height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 123, col 7)
-warning: [DOWN_CAST_COMPOSITE] (width < 0) ? -width * 0 : width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 151, col 22)
-warning: [DOWN_CAST_COMPOSITE] (height < 0) ? -height * 0 : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23)
-warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 168, col 15)
-warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 170, col 16)
-warning: [DOWN_CAST_COMPOSITE] (width < 0) ? _clampToZero(width) : width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
-warning: [DOWN_CAST_COMPOSITE] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, col 24)
-warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
-warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 231, col 16)
-warning: [DOWN_CAST_COMPOSITE] _clampToZero(width) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 247, col 28)
-warning: [DOWN_CAST_COMPOSITE] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
-warning: [DOWN_CAST_COMPOSITE] dart.list(JS('List', 'Object.getOwnPropertyNames(#)', object), String) (dynamic) will need runtime check to cast to type List<String> (dart:_debugger, line 25, col 5)
-warning: [DOWN_CAST_COMPOSITE] _convertToJS ((dynamic) → dynamic) will need runtime check to cast to type (E) → dynamic (dart:js, line 326, col 44)
-warning: [DOWN_CAST_COMPOSITE] super[index] (dynamic) will need runtime check to cast to type E (dart:js, line 359, col 12)
-warning: [DOWN_CAST_COMPOSITE] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 405, col 12)
-warning: [DOWN_CAST_COMPOSITE] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 410, col 12)
-warning: [DOWN_CAST_COMPOSITE] interfaceThunk() (dynamic) will need runtime check to cast to type List<Type> (dart:_js_mirrors, line 127, col 31)
+severe: [STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscription<T> subscription) {subscription._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStreamSubscription<T>) → void because (_BroadcastSubscription<T> subscription) {subscription._close();} cannot be typed as (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stream_controller.dart, line 371, col 24)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 839, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 886, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 80, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 125, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 313, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 265, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_js_helper, line 780, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_interceptors/js_string.dart, line 86, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_interceptors/js_string.dart, line 89, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _StreamControllerLifecycle<dynamic> to _StreamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 8, col 67)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _StreamControllerLifecycle<dynamic> to _StreamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 36, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 194, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:async/broadcast_stream_controller.dart, line 199, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 308, col 48)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 392, col 48)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 401, col 48)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSubscription<T> (dart:async/broadcast_stream_controller.dart, line 411, col 50)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/future.dart, line 123, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/future.dart, line 149, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/future.dart, line 233, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to T (dart:async/future.dart, line 297, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to T (dart:async/future.dart, line 304, col 42)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (T) → S (dart:async/future_impl.dart, line 208, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (dynamic) → bool (dart:async/future_impl.dart, line 221, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/future_impl.dart, line 233, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 245, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 347, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 357, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Future<T> (dart:async/future_impl.dart, line 386, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 407, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to () → void (dart:async/schedule_microtask.dart, line 66, col 61)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to () → void (dart:async/schedule_microtask.dart, line 71, col 60)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to () → void (dart:async/schedule_microtask.dart, line 84, col 55)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (StreamSubscription<T>) → void to (StreamSubscription<dynamic>) → void (dart:async/stream.dart, line 249, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (StreamSubscription<T>) → void to (StreamSubscription<dynamic>) → void (dart:async/stream.dart, line 249, col 54)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 502, col 24)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to S (dart:async/stream.dart, line 535, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 536, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 604, col 13)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 630, col 13)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 659, col 13)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 696, col 13)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1038, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1079, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1131, col 11)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to () → void (dart:async/stream.dart, line 1221, col 43)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to () → void (dart:async/stream.dart, line 1229, col 43)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (EventSink<dynamic>) → void (dart:async/stream.dart, line 1247, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to () → void (dart:async/stream.dart, line 1258, col 43)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to () → void (dart:async/stream.dart, line 1277, col 53)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _ControllerSubscription<dynamic> to StreamSubscription<T> (dart:async/stream_controller.dart, line 516, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _StreamController<dynamic> to _EventSink<T> (dart:async/stream_controller.dart, line 798, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → void to (T) → void (dart:async/stream_impl.dart, line 153, col 42)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (T) → void (dart:async/stream_impl.dart, line 154, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:async/stream_impl.dart, line 476, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (StreamSubscription<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (StreamSubscription<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/stream_impl.dart, line 1006, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/stream_pipe.dart, line 104, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:async/stream_pipe.dart, line 235, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to T (dart:async/stream_pipe.dart, line 426, col 29)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, EventSink<dynamic>) → void to (S, EventSink<T>) → void (dart:async/stream_transformers.dart, line 234, col 48)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic, StackTrace, EventSink<dynamic>) → void to (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (Timer) → void (dart:async/timer.dart, line 80, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, dynamic, StackTrace) → dynamic (dart:async/zone.dart, line 138, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, () → dynamic) → dynamic (dart:async/zone.dart, line 141, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, (dynamic) → dynamic, dynamic) → dynamic (dart:async/zone.dart, line 142, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic, dynamic, dynamic) → dynamic (dart:async/zone.dart, line 143, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, () → dynamic) → () → dynamic (dart:async/zone.dart, line 144, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, (dynamic) → dynamic) → (dynamic) → dynamic (dart:async/zone.dart, line 147, col 30)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic) → (dynamic, dynamic) → dynamic (dart:async/zone.dart, line 150, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, Object, StackTrace) → AsyncError (dart:async/zone.dart, line 153, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, () → dynamic) → void (dart:async/zone.dart, line 156, col 26)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, Duration, () → void) → Timer (dart:async/zone.dart, line 159, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, Duration, (Timer) → void) → Timer (dart:async/zone.dart, line 160, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, String) → void (dart:async/zone.dart, line 163, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Zone, ZoneDelegate, Zone, ZoneSpecification, Map<dynamic, dynamic>) → Zone (dart:async/zone.dart, line 164, col 13)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (Timer) → void (dart:async/zone.dart, line 962, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 98, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 101, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 112, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 179, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 193, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 261, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection, line 372, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 397, col 49)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 404, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 404, col 49)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 430, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 456, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 543, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 548, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 561, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 627, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 642, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 642, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection, line 665, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection, line 795, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 820, col 49)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 828, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection, line 828, col 30)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 862, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 889, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection, line 951, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 962, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection, line 1194, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1202, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1202, col 51)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1212, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1251, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection, line 1328, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1340, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1347, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1357, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1362, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1431, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection, line 1596, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1606, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1606, col 36)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1616, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection, line 1678, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/hash_map.dart, line 112, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/hash_map.dart, line 112, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<E> (dart:collection/hash_set.dart, line 128, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/iterator.dart, line 33, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/linked_hash_map.dart, line 99, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/linked_hash_map.dart, line 99, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to LinkedHashMap<K, V> (dart:collection/linked_hash_map.dart, line 142, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 93, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 105, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 112, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 122, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 134, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 192, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _LinkedListLink to E (dart:collection/linked_list.dart, line 249, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (dynamic, dynamic) → int (dart:collection/list.dart, line 305, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dynamic> (dart:collection/list.dart, line 365, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/list.dart, line 377, col 27)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/list.dart, line 381, col 27)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/maps.dart, line 122, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/maps.dart, line 123, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/maps.dart, line 124, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/maps.dart, line 144, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<E> (dart:collection/queue.dart, line 208, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<E> (dart:collection/queue.dart, line 402, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<E> (dart:collection/queue.dart, line 411, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<E> to List<dynamic> (dart:collection/queue.dart, line 474, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<E> (dart:collection/queue.dart, line 480, col 52)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<E> (dart:collection/queue.dart, line 486, col 52)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<E> (dart:collection/queue.dart, line 490, col 52)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<E> (dart:collection/queue.dart, line 491, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/queue.dart, line 738, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<dynamic> to _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 155, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<dynamic> to _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 171, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (K, K) → int (dart:collection/splay_tree.dart, line 269, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection/splay_tree.dart, line 270, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/splay_tree.dart, line 279, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/splay_tree.dart, line 279, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to K (dart:collection/splay_tree.dart, line 332, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<K> to _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 334, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/splay_tree.dart, line 335, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to K (dart:collection/splay_tree.dart, line 343, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/splay_tree.dart, line 344, col 33)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<K> to _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 354, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<K> to _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 366, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/splay_tree.dart, line 367, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to K (dart:collection/splay_tree.dart, line 412, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<K> to _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.dart, line 429, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/splay_tree.dart, line 445, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/splay_tree.dart, line 453, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to K (dart:collection/splay_tree.dart, line 632, col 39)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to V (dart:collection/splay_tree.dart, line 637, col 42)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _SplayTreeNode<dynamic> to _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 645, col 55)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (E, E) → int (dart:collection/splay_tree.dart, line 695, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → bool (dart:collection/splay_tree.dart, line 696, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<E> (dart:collection/splay_tree.dart, line 709, col 29)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/splay_tree.dart, line 727, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:collection/splay_tree.dart, line 732, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection/splay_tree.dart, line 743, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection/splay_tree.dart, line 755, col 20)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection/splay_tree.dart, line 769, col 39)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection/splay_tree.dart, line 783, col 39)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Object to E (dart:collection/splay_tree.dart, line 795, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:convert/ascii.dart, line 96, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Converter<S, dynamic> to Converter<S, T> (dart:convert/codec.dart, line 87, col 34)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Converter<T, dynamic> to Converter<T, S> (dart:convert/codec.dart, line 88, col 34)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:convert/converter.dart, line 58, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (dart:convert/json.dart, line 142, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (dart:convert/json.dart, line 147, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → dynamic (dart:convert/json.dart, line 270, col 42)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → dynamic (dart:convert/json.dart, line 352, col 36)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (Object) → dynamic (dart:convert/json.dart, line 455, col 53)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Map<dynamic, dynamic> to Map<String, Object> (dart:convert/json.dart, line 715, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/json.dart, line 817, col 60)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/json.dart, line 895, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Sink<dynamic> to Sink<String> (dart:convert/line_splitter.dart, line 24, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Function to (int) → E (dart:core/iterable.dart, line 319, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 121, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<E> (dart:core/list.dart, line 124, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/string.dart, line 121, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1131, col 45)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1144, col 45)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1146, col 51)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1163, col 61)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1183, col 45)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/uri.dart, line 1278, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1754, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1793, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1837, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Map<String, String> (dart:core/uri.dart, line 1869, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1901, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 2023, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<E> (dart:_internal/iterable.dart, line 310, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_internal/iterable.dart, line 378, col 17)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → Iterable<dynamic> to (S) → Iterable<T> (dart:_internal/iterable.dart, line 454, col 76)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterator<dynamic> to Iterator<T> (dart:_internal/iterable.dart, line 481, col 29)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<T> (dart:_internal/iterable.dart, line 1115, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math, line 85, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math, line 120, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 37, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 37, col 38)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 46, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 46, col 38)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 59, col 25)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 59, col 37)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/point.dart, line 86, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 33, col 18)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 35, col 19)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 68, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 68, col 50)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 95, col 40)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 95, col 54)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 119, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 120, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 121, col 7)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 123, col 7)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 151, col 22)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 152, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 168, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 170, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 212, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 213, col 24)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 229, col 15)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 231, col 16)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 247, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 263, col 30)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, col 5)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → dynamic to (E) → dynamic (dart:js, line 326, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 359, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 405, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 410, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 127, col 31)
severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Node' (dart:html, line 5484, col 32)
severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8391, col 5)
severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:html, line 10953, col 185)
@@ -285,12 +287,12 @@ severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.top can
severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for the class 'EventTarget' (dart:html, line 15871, col 31)
severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for the class 'EventTarget' (dart:html, line 15895, col 31)
severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEventListener_1', 'EventTarget._removeEventListener_3', 'EventTarget._removeEventListener_1', 'EventTarget._removeEventListener_2' and 7 more (dart:html, line 18604, col 7)
-severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopImmediatePropagation_1', getter 'DartHtmlDomObject.raw', 'Event._preventDefault_1', setter 'DartHtmlDomObject.raw' and 4 more (dart:html, line 18752, col 7)
+severe: [AnalyzerMessage] Missing concrete implementation of 'KeyboardEvent._getModifierState_1', 'Event._stopImmediatePropagation_1', setter 'DartHtmlDomObject.raw', 'Event._preventDefault_1' and 4 more (dart:html, line 18752, col 7)
severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18798, col 12)
severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for the class 'KeyEvent' (dart:html, line 18868, col 5)
severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18912, col 3)
severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the class 'KeyboardEvent' (dart:html, line 18912, col 45)
-severe: [AnalyzerMessage] Missing concrete implementation of setter 'DartHtmlDomObject.raw', 'Event._initEvent_1', getter 'DartHtmlDomObject.raw', 'Event._stopImmediatePropagation_1' and 2 more (dart:html, line 18986, col 7)
+severe: [AnalyzerMessage] Missing concrete implementation of getter 'DartHtmlDomObject.raw', 'Event._initEvent_1', 'Event._stopImmediatePropagation_1', setter 'DartHtmlDomObject.raw' and 2 more (dart:html, line 18986, col 7)
severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18998, col 3)
severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the class 'Event' (dart:html, line 18998, col 45)
severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'EventTarget' (dart:html, line 19044, col 18)
@@ -325,44 +327,41 @@ severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl.
severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl.difference ((Set<String>) → Set<String>) is not a subtype of Set<String>.difference ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.dart, line 186, col 3)
severe: [AnalyzerMessage] The argument type 'List<Node>' cannot be assigned to the parameter type 'Iterable<Element>' (dart:html_common/filtered_element_list.dart, line 34, col 25)
severe: [STATIC_TYPE_ERROR] Type check failed: _childNodes (List<Node>) is not of type Iterable<Element> (dart:html_common/filtered_element_list.dart, line 34, col 25)
-warning: [DOWN_CAST_COMPOSITE] new List.from(_elementIterable).map((e) => e.style) (Iterable<dynamic>) will need runtime check to cast to type Iterable<CssStyleDeclaration> (dart:html, line 839, col 46)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 4554, col 31)
-warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 4799, col 21)
-warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check to cast to type (Element) → bool (dart:html, line 5195, col 41)
-warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 5818, col 21)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 7344, col 31)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.path", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 7646, col 26)
-warning: [DOWN_CAST_COMPOSITE] request(url, method: method, sendData: sendData).then((xhr) {return xhr.responseText;}) (Future<dynamic>) will need runtime check to cast to type Future<String> (dart:html, line 8762, col 14)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.labels", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 9683, col 28)
-warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to cast to type Iterable<Node> (dart:html, line 11280, col 23)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS('List', '#.childNodes', this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 11362, col 32)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 11884, col 31)
-warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.raw.querySelectorAll(#)", this, unwrap_jso(selectors))) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 11892, col 53)
-warning: [DOWN_CAST_COMPOSITE] _wrapZone(callback) (dynamic) will need runtime check to cast to type (num) → void (dart:html, line 12949, col 35)
-warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15123, col 32)
-warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15126, col 32)
-warning: [DOWN_CAST_COMPOSITE] elementList (dynamic) will need runtime check to cast to type List<Element> (dart:html, line 15179, col 20)
-warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15213, col 32)
-warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15215, col 32)
-warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15245, col 32)
-warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15247, col 55)
-warning: [DOWN_CAST_COMPOSITE] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 15792, col 44)
-warning: [DOWN_CAST_COMPOSITE] this.where((event) => event.target.matchesWithAncestors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) will need runtime check to cast to type Stream<T> (dart:html, line 15870, col 41)
-warning: [DOWN_CAST_COMPOSITE] this.where((event) => event.target.matchesWithAncestors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) will need runtime check to cast to type Stream<T> (dart:html, line 15894, col 41)
-warning: [DOWN_CAST_COMPOSITE] pool.stream.listen(onData, onError: onError, onDone: onDone, cancelOnError: cancelOnError) (StreamSubscription<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart:html, line 15909, col 12)
-warning: [DOWN_CAST_COMPOSITE] pool.stream.listen(onData) (StreamSubscription<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart:html, line 15918, col 12)
-warning: [DOWN_CAST_COMPOSITE] _onData (dynamic) will need runtime check to cast to type (Event) → dynamic (dart:html, line 15988, col 44)
-warning: [DOWN_CAST_COMPOSITE] _onData (dynamic) will need runtime check to cast to type (Event) → dynamic (dart:html, line 15994, col 47)
-warning: [DOWN_CAST_COMPOSITE] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 16138, col 44)
-warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 18059, col 9)
-warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 18060, col 9)
-warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 18097, col 9)
-warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 18098, col 9)
-warning: [DOWN_CAST_COMPOSITE] allowedElements ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18230, col 33)
-warning: [DOWN_CAST_COMPOSITE] allowedAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18231, col 25)
-warning: [DOWN_CAST_COMPOSITE] allowedUriAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18232, col 28)
-warning: [DOWN_CAST_COMPOSITE] _list[index] (dynamic) will need runtime check to cast to type E (dart:html, line 18418, col 31)
-warning: [DOWN_CAST_COMPOSITE] _list.removeAt(index) (dynamic) will need runtime check to cast to type E (dart:html, line 18432, col 28)
-warning: [DOWN_CAST_COMPOSITE] _list (List<dynamic>) will need runtime check to cast to type List<Node> (dart:html, line 18448, col 29)
-warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime check to cast to type E (dart:html, line 18463, col 20)
-warning: [DOWN_CAST_COMPOSITE] _validateToken ((String) → String) will need runtime check to cast to type (Object) → String (dart:html_common/css_class_set.dart, line 148, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<CssStyleDeclaration> (dart:html, line 839, col 46)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 4554, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Element> (dart:html, line 4799, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (Element) → bool (dart:html, line 5195, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Element> (dart:html, line 5818, col 21)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 7344, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 7646, col 26)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Future<String> (dart:html, line 8762, col 14)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 9683, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Node> (dart:html, line 11280, col 23)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11362, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11884, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11892, col 53)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (num) → void (dart:html, line 12949, col 35)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15123, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15126, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Element> (dart:html, line 15179, col 20)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15213, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15215, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15245, col 32)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 15247, col 55)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> to Iterable<Element> (dart:html, line 15792, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Stream<T> (dart:html, line 15870, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Stream<T> (dart:html, line 15894, col 41)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:html, line 15909, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:html, line 15918, col 12)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → dynamic (dart:html, line 15988, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → dynamic (dart:html, line 15994, col 47)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> to Iterable<Element> (dart:html, line 16138, col 44)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 18059, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 18060, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 18097, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 18098, col 9)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 18418, col 31)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 18432, col 28)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Node> (dart:html, line 18448, col 29)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 18463, col 20)
+warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (String) → String to (Object) → String (dart:html_common/css_class_set.dart, line 148, col 44)
« no previous file with comments | « test/codegen_test.dart ('k') | tool/test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698