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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tool/input_sdk/private/js_array.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor s/js_array.dart, line 29, col 46)
2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7) 1 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7)
3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7) 2 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7)
4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) → StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic> ' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9) 3 warning: [DOWN_CAST_COMPOSITE] doneHandlers (dynamic) will need runtime check to cast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>) → void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T >) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: ( EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1588, col 13) 4 warning: [DOWN_CAST_COMPOSITE] args (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 839, col 37)
6 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23, col 45) 5 warning: [DOWN_CAST_COMPOSITE] msg['args'] (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 886, col 11)
7 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co re/set.dart, line 75, col 41) 6 warning: [DOWN_CAST_COMPOSITE] JS('var', r'#.pop()', this) (dynamic) will need r untime check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 1 2)
8 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 7 warning: [DOWN_CAST_COMPOSITE] JS('', '#[#]', this, i) (dynamic) will need runti me check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
9 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37) 8 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', this, index) (dynamic) will nee d runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, c ol 12)
10 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11) 9 warning: [DOWN_CAST_COMPOSITE] charCodes (dynamic) will need runtime check to ca st to type List<int> (dart:_js_helper, line 264, col 31)
11 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) 10 warning: [DOWN_CAST_COMPOSITE] JS('', '#.value', ret) (dynamic) will need runtim e check to cast to type E (dart:_js_helper, line 779, col 16)
12 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 11 warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', r'#.split(#)', this, patt ern) (dynamic) will need runtime check to cast to type List<String> (dart:_inter ceptors/js_string.dart, line 86, col 14)
13 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12) 12 warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runtime check to cast to type List<String> (dart:_intercepto rs/js_string.dart, line 89, col 14)
14 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12) 13 warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray|Null', r'#.exec(#)', _nativ eRegExp, checkString(string)) (dynamic) will need runtime check to cast to type List<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
15 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12) 14 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)
16 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12) 15 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)
17 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12) 16 warning: [DOWN_CAST_COMPOSITE] pattern.allMatches(receiver) (dynamic) will need runtime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dar t, line 137, col 23)
18 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 264, col 31) 17 warning: [DOWN_CAST_COMPOSITE] controller (_StreamControllerLifecycle<dynamic>) will need runtime check to cast to type _StreamControllerLifecycle<T> (dart:asyn c/broadcast_stream_controller.dart, line 8, col 67)
19 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 779, col 16) 18 warning: [DOWN_CAST_COMPOSITE] controller (_StreamControllerLifecycle<dynamic>) will need runtime check to cast to type _StreamControllerLifecycle<T> (dart:asyn c/broadcast_stream_controller.dart, line 36, col 15)
20 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14) 19 warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will n eed runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcas t_stream_controller.dart, line 194, col 18)
21 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14) 20 warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will n eed runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_st ream_controller.dart, line 199, col 12)
22 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) 21 warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runti me check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_ controller.dart, line 308, col 48)
23 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) 22 warning: [UNINFERRED_CLOSURE] (_BroadcastSubscription<T> subscription) {subscrip tion._close();} ((_BroadcastSubscription<T>) → void) will need runtime check to cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stre am_controller.dart, line 371, col 24)
24 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) 23 warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runti me check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_ controller.dart, line 392, col 48)
25 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23) 24 warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runti me check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_ controller.dart, line 401, col 48)
26 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67) 25 warning: [DOWN_CAST_COMPOSITE] link (_BroadcastSubscriptionLink) will need runti me check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_ controller.dart, line 411, col 50)
27 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15) 26 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)
28 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 194, col 18) 27 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)
29 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 199, col 12) 28 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)
30 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 308, col 48) 29 warning: [DOWN_CAST_COMPOSITE] value (Object) will need runtime check to cast to type T (dart:async/future.dart, line 297, col 25)
31 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 371, col 24) 30 warning: [DOWN_CAST_COMPOSITE] value (Object) will need runtime check to cast to type T (dart:async/future.dart, line 304, col 42)
32 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 392, col 48) 31 warning: [DOWN_CAST_COMPOSITE] callback (Function) will need runtime check to ca st to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
33 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 401, col 48) 32 warning: [DOWN_CAST_COMPOSITE] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → S (dart:async/future_im pl.dart, line 208, col 11)
34 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 411, col 50) 33 warning: [DOWN_CAST_COMPOSITE] result._zone.registerUnaryCallback(test) ((dynami c) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:asy nc/future_impl.dart, line 221, col 32)
35 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12) 34 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)
36 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12) 35 warning: [DOWN_CAST_COMPOSITE] _resultOrListeners (dynamic) will need runtime ch eck to cast to type T (dart:async/future_impl.dart, line 245, col 12)
37 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12) 36 warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast t o type T (dart:async/future_impl.dart, line 347, col 17)
38 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12) 37 warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast t o type T (dart:async/future_impl.dart, line 357, col 15)
39 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11) 38 warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast t o type Future<T> (dart:async/future_impl.dart, line 386, col 31)
40 warning: [DownCastComposite] 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) 39 warning: [DOWN_CAST_COMPOSITE] value (dynamic) will need runtime check to cast t o type T (dart:async/future_impl.dart, line 407, col 22)
41 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12) 40 warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cas t to type () → void (dart:async/schedule_microtask.dart, line 66, col 61)
42 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12) 41 warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cas t to type () → void (dart:async/schedule_microtask.dart, line 71, col 60)
43 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17) 42 warning: [DOWN_CAST_COMPOSITE] callback (dynamic) will need runtime check to cas t to type () → void (dart:async/schedule_microtask.dart, line 84, col 55)
44 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15) 43 warning: [DOWN_CAST_COMPOSITE] onListen ((StreamSubscription<T>) → void) will ne ed runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:asyn c/stream.dart, line 249, col 44)
45 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 386, col 31) 44 warning: [DOWN_CAST_COMPOSITE] onCancel ((StreamSubscription<T>) → void) will ne ed runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:asyn c/stream.dart, line 249, col 54)
46 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 407, col 22) 45 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, result) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 502, col 24)
47 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 66, col 61) 46 warning: [DOWN_CAST_COMPOSITE] newValue (dynamic) will need runtime check to cas t to type S (dart:async/stream.dart, line 535, col 32)
48 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 71, col 60) 47 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, result) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 536, col 11)
49 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 84, col 55) 48 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 604, col 13)
50 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/stream.dart, line 90, col 25) 49 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 630, col 13)
51 warning: [DownCastComposite] mapSink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (da rt:async/stream.dart, line 217, col 41) 50 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 659, col 13)
52 warning: [DownCastComposite] onListen ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 44) 51 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 696, col 13)
53 warning: [DownCastComposite] onCancel ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 54) 52 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 1038, col 11)
54 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 502, col 24) 53 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 1079, col 11)
55 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 535, col 11) 54 warning: [DOWN_CAST_COMPOSITE] _cancelAndErrorClosure(subscription, future) (dyn amic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (d art:async/stream.dart, line 1131, col 11)
56 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 603, col 13) 55 warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to ca st to type () → void (dart:async/stream.dart, line 1221, col 43)
57 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 629, col 13) 56 warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to ca st to type () → void (dart:async/stream.dart, line 1229, col 43)
58 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 658, col 13) 57 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)
59 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 695, col 13) 58 warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to ca st to type () → void (dart:async/stream.dart, line 1258, col 43)
60 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1037, col 11) 59 warning: [DOWN_CAST_COMPOSITE] timeout2 (Function) will need runtime check to ca st to type () → void (dart:async/stream.dart, line 1277, col 53)
61 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1078, col 11) 60 warning: [DOWN_CAST_COMPOSITE] subscription (_ControllerSubscription<dynamic>) w ill need runtime check to cast to type StreamSubscription<T> (dart:async/stream_ controller.dart, line 516, col 12)
62 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1130, col 11) 61 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)
63 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43) 62 warning: [DOWN_CAST_COMPOSITE] _nullDataHandler ((dynamic) → void) will need run time check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, co l 42)
64 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43) 63 warning: [DOWN_CAST_COMPOSITE] _zone.registerUnaryCallback(handleData) ((dynamic ) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stre am_impl.dart, line 154, col 15)
65 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da rt:async/stream.dart, line 1246, col 21) 64 warning: [DOWN_CAST_COMPOSITE] subscription (StreamSubscription<dynamic>) will n eed runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl. dart, line 476, col 12)
66 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43) 65 warning: [DOWN_CAST_COMPOSITE] Zone.current.registerUnaryCallback(onListenHandle r) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscrip tion<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
67 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53) 66 warning: [DOWN_CAST_COMPOSITE] Zone.current.registerUnaryCallback(onCancelHandle r) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscrip tion<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
68 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamController() (_StreamController<dynamic>) will need runtim e check to cast to type StreamController<T> (dart:async/stream_controller.dart, line 83, col 14) 67 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
69 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co ntroller.dart, line 516, col 12) 68 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
70 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l ine 798, col 15) 69 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31 )
71 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42) 70 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31 )
72 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15) 71 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31 )
73 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12) 72 warning: [DOWN_CAST_COMPOSITE] _futureOrPrefetch (dynamic) will need runtime che ck to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31 )
74 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12) 73 warning: [DOWN_CAST_COMPOSITE] outputData (dynamic) will need runtime check to c ast to type T (dart:async/stream_pipe.dart, line 104, col 15)
75 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28) 74 warning: [DOWN_CAST_COMPOSITE] _transform(inputEvent) (dynamic) will need runtim e check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
76 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28) 75 warning: [DOWN_CAST_COMPOSITE] _previous (Object) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 426, col 29)
77 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14) 76 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)
78 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22) 77 warning: [DOWN_CAST_COMPOSITE] _defaultHandleError ((dynamic, StackTrace, EventS ink<dynamic>) → void) will need runtime check to cast to type (Object, StackTrac e, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
79 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31) 78 warning: [DOWN_CAST_COMPOSITE] Zone.current.bindUnaryCallback(callback, runGuard ed: true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
80 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31) 79 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)
81 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31) 80 warning: [DOWN_CAST_COMPOSITE] run != null ? run : other.run (Function) will nee d runtime check to cast to type (Zone, ZoneDelegate, Zone, () → dynamic) → dynam ic (dart:async/zone.dart, line 141, col 12)
82 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31) 81 warning: [DOWN_CAST_COMPOSITE] runUnary != null ? runUnary : other.runUnary (Fun ction) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynam ic) → dynamic, dynamic) → dynamic (dart:async/zone.dart, line 142, col 17)
83 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15) 82 warning: [DOWN_CAST_COMPOSITE] runBinary != null ? runBinary : other.runBinary ( Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dy namic, dynamic) → dynamic, dynamic, dynamic) → dynamic (dart:async/zone.dart, li ne 143, col 18)
84 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21) 83 warning: [DOWN_CAST_COMPOSITE] registerCallback != null ? registerCallback : oth er.registerCallback (Function) will need runtime check to cast to type (Zone, Zo neDelegate, Zone, () → dynamic) → () → dynamic (dart:async/zone.dart, line 144, col 25)
85 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29) 84 warning: [DOWN_CAST_COMPOSITE] registerUnaryCallback != null ? registerUnaryCall back : other.registerUnaryCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic) → dynamic) → (dynamic) → dynamic (dar t:async/zone.dart, line 147, col 30)
86 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18) 85 warning: [DOWN_CAST_COMPOSITE] registerBinaryCallback != null ? registerBinaryCa llback : other.registerBinaryCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic) → (dynamic, dy namic) → dynamic (dart:async/zone.dart, line 150, col 31)
87 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15) 86 warning: [DOWN_CAST_COMPOSITE] errorCallback != null ? errorCallback : other.err orCallback (Function) will need runtime check to cast to type (Zone, ZoneDelegat e, Zone, Object, StackTrace) → AsyncError (dart:async/zone.dart, line 153, col 2 2)
88 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48) 87 warning: [DOWN_CAST_COMPOSITE] scheduleMicrotask != null ? scheduleMicrotask : o ther.scheduleMicrotask (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zone, () → dynamic) → void (dart:async/zone.dart, line 156, col 2 6)
89 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50) 88 warning: [DOWN_CAST_COMPOSITE] createTimer != null ? createTimer : other.createT imer (Function) will need runtime check to cast to type (Zone, ZoneDelegate, Zon e, Duration, () → void) → Timer (dart:async/zone.dart, line 159, col 21)
90 warning: [DownCastComposite] 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) 89 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.da rt, line 160, col 28)
91 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16) 90 warning: [DOWN_CAST_COMPOSITE] print != null ? print : other.print (Function) wi ll need runtime check to cast to type (Zone, ZoneDelegate, Zone, String) → void (dart:async/zone.dart, line 163, col 15)
92 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2) 91 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)
93 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14) 92 warning: [DOWN_CAST_COMPOSITE] zone.bindUnaryCallback(callback) ((dynamic) → dyn amic) will need runtime check to cast to type (Timer) → void (dart:async/zone.da rt, line 962, col 16)
94 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17) 93 warning: [DOWN_CAST_COMPOSITE] (strings == null) ? null : _getTableEntry(strings , key) (dynamic) will need runtime check to cast to type V (dart:collection, lin e 98, col 14)
95 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49) 94 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)
96 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19) 95 warning: [DOWN_CAST_COMPOSITE] (index < 0) ? null : JS('var', '#[#]', bucket, in dex + 1) (dynamic) will need runtime check to cast to type V (dart:collection, l ine 112, col 12)
97 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49) 96 warning: [DOWN_CAST_COMPOSITE] JS('var', '#.splice(#, 2)[1]', bucket, index) (dy namic) will need runtime check to cast to type V (dart:collection, line 179, col 12)
98 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9) 97 warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 193, col 14)
99 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18) 98 warning: [DOWN_CAST_COMPOSITE] _getTableEntry(table, key) (dynamic) will need ru ntime check to cast to type V (dart:collection, line 261, col 17)
100 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12) 99 warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((v) => v is K) ( Function) will need runtime check to cast to type (Object) → bool (dart:collecti on, line 372, col 21)
101 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12) 100 warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 397, col 49)
102 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 642, col 14) 101 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', bucket, i) (dynamic) will need runtime check to cast to type K (dart:collection, line 404, col 19)
103 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 642, col 25) 102 warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 404, col 49)
104 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 665, col 12) 103 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', keys, i) (dynamic) will need ru ntime check to cast to type E (dart:collection, line 430, col 9)
105 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 820, col 49) 104 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', keys, offset) (dynamic) will ne ed runtime check to cast to type E (dart:collection, line 456, col 18)
106 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 19) 105 warning: [DOWN_CAST_COMPOSITE] (cell == null) ? null : cell._value (dynamic) wil l need runtime check to cast to type V (dart:collection, line 543, col 14)
107 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 828, col 30) 106 warning: [DOWN_CAST_COMPOSITE] (cell == null) ? null : cell._value (dynamic) wil l need runtime check to cast to type V (dart:collection, line 548, col 14)
108 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 862, col 9) 107 warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 561, col 12)
109 warning: [DownCastComposite] _cell._key (dynamic) will need runtime check to cas t to type E (dart:collection, line 889, col 18) 108 warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 627, col 12)
110 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 951, col 14) 109 warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to ca st to type K (dart:collection, line 642, col 14)
111 warning: [DownCastComposite] bucket[index] (dynamic) will need runtime check to cast to type E (dart:collection, line 962, col 12) 110 warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 642, col 25)
112 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type E (dart:collection, line 1202, col 21) 111 warning: [DOWN_CAST_COMPOSITE] cell._value (dynamic) will need runtime check to cast to type V (dart:collection, line 665, col 12)
113 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1202, col 51) 112 warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((v) => v is K) ( Function) will need runtime check to cast to type (Object) → bool (dart:collecti on, line 795, col 21)
114 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1212, col 47) 113 warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 820, col 49)
115 warning: [DownCastComposite] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 1251, col 18) 114 warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to ca st to type K (dart:collection, line 828, col 19)
116 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14) 115 warning: [DOWN_CAST_COMPOSITE] key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 30)
117 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12) 116 warning: [DOWN_CAST_COMPOSITE] cell._key (dynamic) will need runtime check to ca st to type E (dart:collection, line 862, col 9)
118 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14) 117 warning: [DOWN_CAST_COMPOSITE] _cell._key (dynamic) will need runtime check to c ast to type E (dart:collection, line 889, col 18)
119 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12) 118 warning: [DOWN_CAST_COMPOSITE] this.contains(object) ? object : null (Object) wi ll need runtime check to cast to type E (dart:collection, line 951, col 14)
120 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12) 119 warning: [DOWN_CAST_COMPOSITE] bucket[index] (dynamic) will need runtime check t o cast to type E (dart:collection, line 962, col 12)
121 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19) 120 warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((x) => x is E) ( Function) will need runtime check to cast to type (Object) → bool (dart:collecti on, line 1194, col 21)
122 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21) 121 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', bucket, i) (dynamic) will need runtime check to cast to type E (dart:collection, line 1202, col 21)
123 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36) 122 warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1202, col 51)
124 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47) 123 warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1212, col 47)
125 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18) 124 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', elements, offset) (dynamic) wil l need runtime check to cast to type E (dart:collection, line 1251, col 18)
126 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35) 125 warning: [DOWN_CAST_COMPOSITE] this.contains(object) ? object : null (Object) wi ll need runtime check to cast to type E (dart:collection, line 1328, col 14)
127 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40) 126 warning: [DOWN_CAST_COMPOSITE] bucket[index]._element (dynamic) will need runtim e check to cast to type E (dart:collection, line 1340, col 12)
128 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17) 127 warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1347, col 14)
129 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16) 128 warning: [DOWN_CAST_COMPOSITE] _first._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1357, col 12)
130 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35) 129 warning: [DOWN_CAST_COMPOSITE] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12)
131 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40) 130 warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1431, col 19)
132 warning: [DownCastComposite] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) will need runtime check to cast to type LinkedHashMap<K, V> (da rt:collection/linked_hash_map.dart, line 142, col 12) 131 warning: [DOWN_CAST_COMPOSITE] (validKey != null) ? validKey : ((x) => x is E) ( Function) will need runtime check to cast to type (Object) → bool (dart:collecti on, line 1596, col 21)
133 warning: [DownCastComposite] entry (dynamic) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 65, col 56) 132 warning: [DOWN_CAST_COMPOSITE] cell._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1606, col 21)
134 warning: [DownCastComposite] next (_LinkedListLink) will need runtime check to c ast to type E (dart:collection/linked_list.dart, line 93, col 17) 133 warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 36)
135 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 105, col 12) 134 warning: [DOWN_CAST_COMPOSITE] element (dynamic) will need runtime check to cast to type E (dart:collection, line 1616, col 47)
136 warning: [DownCastComposite] _previous (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 112, col 12) 135 warning: [DOWN_CAST_COMPOSITE] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18)
137 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 122, col 12) 136 warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to ty pe K (dart:collection/hash_map.dart, line 112, col 35)
138 warning: [DownCastComposite] current (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 134, col 14) 137 warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to ty pe V (dart:collection/hash_map.dart, line 112, col 40)
139 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 192, col 16) 138 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17 )
140 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 249, col 16) 139 warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime che ck to cast to type E (dart:collection/iterator.dart, line 33, col 16)
141 warning: [DownCastComposite] iterable (Iterable<E>) will need runtime check to c ast to type List<dynamic> (dart:collection/list.dart, line 365, col 19) 140 warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to ty pe K (dart:collection/linked_hash_map.dart, line 99, col 35)
142 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 377, col 27) 141 warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to ty pe V (dart:collection/linked_hash_map.dart, line 99, col 40)
143 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 381, col 27) 142 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)
144 warning: [DownCastComposite] _map[_map.keys.first] (dynamic) will need runtime c heck to cast to type V (dart:collection/maps.dart, line 122, col 18) 143 warning: [DOWN_CAST_COMPOSITE] next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 93, col 17)
145 warning: [DownCastComposite] _map[_map.keys.single] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 123, col 19) 144 warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 105, col 12)
146 warning: [DownCastComposite] _map[_map.keys.last] (dynamic) will need runtime ch eck to cast to type V (dart:collection/maps.dart, line 124, col 17) 145 warning: [DOWN_CAST_COMPOSITE] _previous (_LinkedListLink) will need runtime che ck to cast to type E (dart:collection/linked_list.dart, line 112, col 12)
147 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18) 146 warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 122, col 12)
148 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23) 147 warning: [DOWN_CAST_COMPOSITE] current (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 134, col 14)
149 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40) 148 warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 192, col 16)
150 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31) 149 warning: [DOWN_CAST_COMPOSITE] _next (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 249, col 16)
151 warning: [DownCastComposite] elements (Iterable<E>) will need runtime check to c ast to type List<dynamic> (dart:collection/queue.dart, line 474, col 19) 150 warning: [DOWN_CAST_COMPOSITE] compare == null ? Comparable.compare : compare (F unction) will need runtime check to cast to type (dynamic, dynamic) → int (dart: collection/list.dart, line 305, col 21)
152 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52) 151 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)
153 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52) 152 warning: [DOWN_CAST_COMPOSITE] otherList[otherStart + i] (dynamic) will need run time check to cast to type E (dart:collection/list.dart, line 377, col 27)
154 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52) 153 warning: [DOWN_CAST_COMPOSITE] otherList[otherStart + i] (dynamic) will need run time check to cast to type E (dart:collection/list.dart, line 381, col 27)
155 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40) 154 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)
156 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16) 155 warning: [DOWN_CAST_COMPOSITE] _map[_map.keys.single] (dynamic) will need runtim e check to cast to type V (dart:collection/maps.dart, line 123, col 19)
157 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 155, col 12) 156 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)
158 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 171, col 12) 157 warning: [DOWN_CAST_COMPOSITE] _map[_keys.current] (dynamic) will need runtime c heck to cast to type V (dart:collection/maps.dart, line 144, col 18)
159 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 269, col 23) 158 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23)
160 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 279, col 35) 159 warning: [DOWN_CAST_COMPOSITE] sourceList (List<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40)
161 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 279, col 40) 160 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31)
162 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 332, col 25) 161 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)
163 warning: [DownCastComposite] _root (_SplayTreeNode<K>) will need runtime check t o cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.d art, line 334, col 37) 162 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<E> (dart:collection/queue.dart, line 480, col 52)
164 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 335, col 16) 163 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<E> (dart:collection/queue.dart, line 486, col 52)
165 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 343, col 41) 164 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<E> (dart:collection/queue.dart, line 490, col 52)
166 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 344, col 33) 165 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<E> (dart:collection/queue.dart, line 491, col 40)
167 warning: [DownCastComposite] _root (_SplayTreeNode<K>) will need runtime check t o cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.d art, line 354, col 35) 166 warning: [DOWN_CAST_COMPOSITE] _queue._table[_position] (dynamic) will need runt ime check to cast to type E (dart:collection/queue.dart, line 738, col 16)
168 warning: [DownCastComposite] _root (_SplayTreeNode<K>) will need runtime check t o cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.d art, line 366, col 35) 167 warning: [DOWN_CAST_COMPOSITE] current (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, lin e 155, col 12)
169 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 367, col 14) 168 warning: [DOWN_CAST_COMPOSITE] current (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, lin e 171, col 12)
170 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 412, col 37) 169 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)
171 warning: [DownCastComposite] _root (_SplayTreeNode<K>) will need runtime check t o cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.d art, line 429, col 18) 170 warning: [DOWN_CAST_COMPOSITE] (isValidKey != null) ? isValidKey : ((v) => v is K) (Function) will need runtime check to cast to type (Object) → bool (dart:coll ection/splay_tree.dart, line 270, col 21)
172 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 445, col 12) 171 warning: [DOWN_CAST_COMPOSITE] k (dynamic) will need runtime check to cast to ty pe K (dart:collection/splay_tree.dart, line 279, col 35)
173 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 453, col 12) 172 warning: [DOWN_CAST_COMPOSITE] v (dynamic) will need runtime check to cast to ty pe V (dart:collection/splay_tree.dart, line 279, col 40)
174 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 632, col 39) 173 warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to t ype K (dart:collection/splay_tree.dart, line 332, col 25)
175 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 637, col 42) 174 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)
176 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 645 , col 55) 175 warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check t o cast to type V (dart:collection/splay_tree.dart, line 335, col 16)
177 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 695, col 23) 176 warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to t ype K (dart:collection/splay_tree.dart, line 343, col 41)
178 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 709, col 29 ) 177 warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check t o cast to type V (dart:collection/splay_tree.dart, line 344, col 33)
179 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 727, col 12) 178 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)
180 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 732, col 12) 179 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)
181 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 743, col 40) 180 warning: [DOWN_CAST_COMPOSITE] mapRoot.value (dynamic) will need runtime check t o cast to type V (dart:collection/splay_tree.dart, line 367, col 14)
182 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 755, col 20) 181 warning: [DOWN_CAST_COMPOSITE] key (Object) will need runtime check to cast to t ype K (dart:collection/splay_tree.dart, line 412, col 37)
183 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 769, col 39) 182 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)
184 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 783, col 39) 183 warning: [DOWN_CAST_COMPOSITE] _first.key (dynamic) will need runtime check to c ast to type K (dart:collection/splay_tree.dart, line 445, col 12)
185 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 795, col 23) 184 warning: [DOWN_CAST_COMPOSITE] _last.key (dynamic) will need runtime check to ca st to type K (dart:collection/splay_tree.dart, line 453, col 12)
186 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<int> (dart:convert/ascii.dart, line 96, col 12) 185 warning: [DOWN_CAST_COMPOSITE] node.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 632, col 39)
187 warning: [DownCastComposite] _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) 186 warning: [DOWN_CAST_COMPOSITE] node.value (dynamic) will need runtime check to c ast to type V (dart:collection/splay_tree.dart, line 637, col 42)
188 warning: [DownCastComposite] _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) 187 warning: [DOWN_CAST_COMPOSITE] node (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 6 45, col 55)
189 warning: [DownCastComposite] JS('JSExtendableArray', '#', keys) (dynamic) will n eed runtime check to cast to type List<String> (dart:convert, line 311, col 12) 188 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)
190 warning: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) wi ll need runtime check to cast to type T (dart:convert/converter.dart, line 58, c ol 25) 189 warning: [DOWN_CAST_COMPOSITE] (isValidKey != null) ? isValidKey : ((v) => v is E) (Function) will need runtime check to cast to type (Object) → bool (dart:coll ection/splay_tree.dart, line 696, col 21)
191 warning: [DownCastComposite] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28) 190 warning: [DOWN_CAST_COMPOSITE] elements (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 709, col 29)
192 warning: [DownCastComposite] _toEncodable ((dynamic) → dynamic) will need runtim e check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28) 191 warning: [DOWN_CAST_COMPOSITE] _first.key (dynamic) will need runtime check to c ast to type E (dart:collection/splay_tree.dart, line 727, col 12)
193 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42) 192 warning: [DOWN_CAST_COMPOSITE] _last.key (dynamic) will need runtime check to ca st to type E (dart:collection/splay_tree.dart, line 732, col 12)
194 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36) 193 warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast t o type E (dart:collection/splay_tree.dart, line 743, col 40)
195 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 455, col 53) 194 warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast t o type E (dart:collection/splay_tree.dart, line 755, col 20)
196 warning: [DownCastComposite] object (dynamic) will need runtime check to cast to type Map<String, Object> (dart:convert/json.dart, line 715, col 16) 195 warning: [DOWN_CAST_COMPOSITE] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 769, col 39)
197 warning: [DownCastComposite] _toEncodable (dynamic) will need runtime check to c ast to type (Object) → Object (dart:convert/json.dart, line 817, col 60) 196 warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast t o type E (dart:collection/splay_tree.dart, line 783, col 39)
198 warning: [DownCastComposite] toEncodable (dynamic) will need runtime check to ca st to type (Object) → Object (dart:convert/json.dart, line 895, col 15) 197 warning: [DOWN_CAST_COMPOSITE] object (Object) will need runtime check to cast t o type E (dart:collection/splay_tree.dart, line 795, col 23)
199 warning: [DownCastComposite] sink (Sink<dynamic>) will need runtime check to cas t to type Sink<String> (dart:convert/line_splitter.dart, line 24, col 44) 198 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)
200 warning: [DownCastComposite] (generator != null) ? generator : _id (Function) wi ll need runtime check to cast to type (int) → E (dart:core/iterable.dart, line 3 19, col 22) 199 warning: [DOWN_CAST_COMPOSITE] _first.encoder.fuse(_second.encoder) (Converter<S , dynamic>) will need runtime check to cast to type Converter<S, T> (dart:conver t/codec.dart, line 87, col 34)
201 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type E (dart:core/list.dart, line 121, col 16) 200 warning: [DOWN_CAST_COMPOSITE] _second.decoder.fuse(_first.decoder) (Converter<T , dynamic>) will need runtime check to cast to type Converter<T, S> (dart:conver t/codec.dart, line 88, col 34)
202 warning: [DownCastComposite] makeListFixedLength(list) (List<dynamic>) will need runtime check to cast to type List<E> (dart:core/list.dart, line 124, col 12) 201 warning: [DOWN_CAST_COMPOSITE] JS('JSExtendableArray', '#', keys) (dynamic) will need runtime check to cast to type List<String> (dart:convert, line 311, col 12 )
203 warning: [DownCastComposite] charCodes (Iterable<int>) will need runtime check t o cast to type List<dynamic> (dart:core/string.dart, line 121, col 17) 202 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)
204 warning: [DownCastComposite] _userinfoTable (List<dynamic>) will need runtime ch eck to cast to type List<int> (dart:core/uri.dart, line 1131, col 45) 203 warning: [DOWN_CAST_COMPOSITE] toEncodable ((dynamic) → dynamic) will need runti me check to cast to type (Object) → Object (dart:convert/json.dart, line 142, co l 28)
205 warning: [DownCastComposite] _pathCharOrSlashTable (List<dynamic>) will need run time check to cast to type List<int> (dart:core/uri.dart, line 1144, col 45) 204 warning: [DOWN_CAST_COMPOSITE] _toEncodable ((dynamic) → dynamic) will need runt ime check to cast to type (Object) → Object (dart:convert/json.dart, line 147, c ol 28)
206 warning: [DownCastComposite] _pathCharTable (List<dynamic>) will need runtime ch eck to cast to type List<int> (dart:core/uri.dart, line 1146, col 51) 205 warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check t o cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42)
207 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61) 206 warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check t o cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36)
208 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45) 207 warning: [DOWN_CAST_COMPOSITE] _toEncodable (Function) will need runtime check t o cast to type (Object) → dynamic (dart:convert/json.dart, line 455, col 53)
209 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37) 208 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)
210 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23) 209 warning: [DOWN_CAST_COMPOSITE] _toEncodable (dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 817, col 60)
211 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9) 210 warning: [DOWN_CAST_COMPOSITE] toEncodable (dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 895, col 15)
212 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) 211 warning: [DOWN_CAST_COMPOSITE] sink (Sink<dynamic>) will need runtime check to c ast to type Sink<String> (dart:convert/line_splitter.dart, line 24, col 44)
213 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12) 212 warning: [DOWN_CAST_COMPOSITE] (values == null) ? null : Primitives.getProperty( values, _getKey()) (dynamic) will need runtime check to cast to type T (dart:cor e/expando.dart, line 55, col 12)
214 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt ring); 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 cas t to type List<int> (dart:core/uri.dart, line 1901, col 12) 213 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)
215 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca st to type List<int> (dart:core/uri.dart, line 2023, col 12) 214 warning: [DOWN_CAST_COMPOSITE] e (dynamic) will need runtime check to cast to ty pe E (dart:core/list.dart, line 121, col 16)
216 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<E> (dart:_internal/iterable.dart, line 310, col 12) 215 warning: [DOWN_CAST_COMPOSITE] makeListFixedLength(list) (List<dynamic>) will ne ed runtime check to cast to type List<E> (dart:core/list.dart, line 124, col 12)
217 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39) 216 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)
218 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17) 217 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)
219 warning: [DownCastComposite] _f ((dynamic) → Iterable<dynamic>) will need runtim e check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 45 4, col 76) 218 warning: [DOWN_CAST_COMPOSITE] _pathCharOrSlashTable (List<dynamic>) will need r untime check to cast to type List<int> (dart:core/uri.dart, line 1144, col 45)
220 warning: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dar t, line 481, col 29) 219 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)
221 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 961, col 33) 220 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)
222 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) 221 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)
223 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) 222 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)
224 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) 223 warning: [DOWN_CAST_COMPOSITE] _unreserved2396Table (List<dynamic>) will need ru ntime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23)
225 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) 224 warning: [DOWN_CAST_COMPOSITE] _unreservedTable (List<dynamic>) will need runtim e check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9)
226 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) 225 warning: [DOWN_CAST_COMPOSITE] _encodeFullTable (List<dynamic>) will need runtim e check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23)
227 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) 226 warning: [DOWN_CAST_COMPOSITE] query.split("&").fold({}, (map, element) {int ind ex = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQuery Component(element, encoding: encoding)] = "";}} else if (index != 0) {var key = element.substring(0, index); var value = element.substring(index + 1); map[Uri.d ecodeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, enco ding: encoding);} return map;}) (dynamic) will need runtime check to cast to typ e Map<String, String> (dart:core/uri.dart, line 1869, col 12)
228 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) 227 warning: [DOWN_CAST_COMPOSITE] bytes.map((byteString) {int byte = int.parse(byte String); 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 c ast to type List<int> (dart:core/uri.dart, line 1901, col 12)
229 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) 228 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)
230 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) 229 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)
231 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) 230 warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
232 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 326, col 44) 231 warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17)
233 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 359, col 12) 232 warning: [DOWN_CAST_COMPOSITE] _f ((dynamic) → Iterable<dynamic>) will need runt ime check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 454, col 76)
234 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 405, col 12) 233 warning: [DOWN_CAST_COMPOSITE] _f(_iterator.current).iterator (Iterator<dynamic> ) will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.d art, line 481, col 29)
235 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 410, col 12) 234 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
236 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25) 235 warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
237 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38) 236 warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check t o cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
238 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25) 237 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
239 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38) 238 warning: [DOWN_CAST_COMPOSITE] iterable (Iterable<dynamic>) will need runtime ch eck to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
240 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25) 239 warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check t o cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
241 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37) 240 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
242 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12) 241 warning: [DOWN_CAST_COMPOSITE] list (List<dynamic>) will need runtime check to c ast to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
243 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18) 242 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)
244 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19) 243 warning: [DOWN_CAST_COMPOSITE] _convertToJS ((dynamic) → dynamic) will need runt ime check to cast to type (E) → dynamic (dart:js, line 326, col 44)
245 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 33) 244 warning: [DOWN_CAST_COMPOSITE] super[index] (dynamic) will need runtime check to cast to type E (dart:js, line 359, col 12)
246 warning: [DownCastComposite] y0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 37) 245 warning: [DOWN_CAST_COMPOSITE] callMethod('splice', [index, 1])[0] (dynamic) wil l need runtime check to cast to type E (dart:js, line 405, col 12)
247 warning: [DownCastComposite] x1 - x0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 41) 246 warning: [DOWN_CAST_COMPOSITE] callMethod('pop') (dynamic) will need runtime che ck to cast to type E (dart:js, line 410, col 12)
248 warning: [DownCastComposite] y1 - y0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 50) 247 warning: [DOWN_CAST_COMPOSITE] (a + b) * a * b (num) will need runtime check to cast to type T (dart:math, line 85, col 16)
249 warning: [DownCastComposite] left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 29) 248 warning: [DOWN_CAST_COMPOSITE] a + b (num) will need runtime check to cast to ty pe T (dart:math, line 120, col 16)
250 warning: [DownCastComposite] top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 35) 249 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)
251 warning: [DownCastComposite] right - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 40) 250 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)
252 warning: [DownCastComposite] bottom - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 54) 251 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)
253 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 119, col 41) 252 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)
254 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 120, col 44) 253 warning: [DOWN_CAST_COMPOSITE] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
255 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 121, col 7) 254 warning: [DOWN_CAST_COMPOSITE] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
256 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 123, col 7) 255 warning: [DOWN_CAST_COMPOSITE] dx * dx + dy * dy (num) will need runtime check t o cast to type T (dart:math/point.dart, line 86, col 12)
257 warning: [DownCastComposite] (width < 0) ? -width * 0 : width (num) will need ru ntime check to cast to type T (dart:math/rectangle.dart, line 151, col 22) 256 warning: [DOWN_CAST_COMPOSITE] left + width (num) will need runtime check to cas t to type T (dart:math/rectangle.dart, line 33, col 18)
258 warning: [DownCastComposite] (height < 0) ? -height * 0 : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23) 257 warning: [DOWN_CAST_COMPOSITE] top + height (num) will need runtime check to cas t to type T (dart:math/rectangle.dart, line 35, col 19)
259 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 167, col 14) 258 warning: [DOWN_CAST_COMPOSITE] x1 - x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 41)
260 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 168, col 15) 259 warning: [DOWN_CAST_COMPOSITE] y1 - y0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 50)
261 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13) 260 warning: [DOWN_CAST_COMPOSITE] right - left (num) will need runtime check to cas t to type T (dart:math/rectangle.dart, line 95, col 40)
262 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16) 261 warning: [DOWN_CAST_COMPOSITE] bottom - top (num) will need runtime check to cas t to type T (dart:math/rectangle.dart, line 95, col 54)
263 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23) 262 warning: [DOWN_CAST_COMPOSITE] this.left + this.width (num) will need runtime ch eck to cast to type T (dart:math/rectangle.dart, line 119, col 41)
264 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24) 263 warning: [DOWN_CAST_COMPOSITE] this.left + this.width (num) will need runtime ch eck to cast to type T (dart:math/rectangle.dart, line 120, col 44)
265 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14) 264 warning: [DOWN_CAST_COMPOSITE] this.top + this.height (num) will need runtime ch eck to cast to type T (dart:math/rectangle.dart, line 121, col 7)
266 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15) 265 warning: [DOWN_CAST_COMPOSITE] this.top + this.height (num) will need runtime ch eck to cast to type T (dart:math/rectangle.dart, line 123, col 7)
267 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13) 266 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)
268 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16) 267 warning: [DOWN_CAST_COMPOSITE] (height < 0) ? -height * 0 : height (num) will ne ed runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23)
269 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28) 268 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 168, col 15)
270 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30) 269 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)
271 warning: [DownCastComposite] interfaceThunk() (dynamic) will need runtime check to cast to type List<Type> (dart:_js_mirrors, line 127, col 31) 270 warning: [DOWN_CAST_COMPOSITE] (width < 0) ? _clampToZero(width) : width (num) w ill need runtime check to cast to type T (dart:math/rectangle.dart, line 212, co l 23)
272 severe: [AnalyzerMessage] The argument type '(dynamic) → Iterable<String>' canno t be assigned to the parameter type '(Node) → void' (dart:html, line 5456, col 2 3) 271 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)
272 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 229, col 15)
273 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)
274 warning: [DOWN_CAST_COMPOSITE] _clampToZero(width) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 247, col 28)
275 warning: [DOWN_CAST_COMPOSITE] _clampToZero(height) (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 263, col 30)
276 warning: [DOWN_CAST_COMPOSITE] interfaceThunk() (dynamic) will need runtime chec k to cast to type List<Type> (dart:_js_mirrors, line 127, col 31)
277 severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Nod e' (dart:html, line 5456, col 32)
273 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8363, col 5) 278 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8363, col 5)
274 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10899, col 185) 279 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10899, col 185)
275 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14448, col 32) 280 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14448, col 32)
276 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14460, col 34) 281 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14460, col 34)
277 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventType, useCapture) (_ElementListEventStreamImpl<dynamic>) is not of type El ementStream<T> because e cannot be typed as Iterable<Element> (dart:html, line 1 5655, col 12) 282 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.left ca nnot be overridden in CssRect. (dart:html, line 15135, col 3)
278 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventTypeGetter(e), useCapture) (_ElementListEventStreamImpl<dynamic>) is not o f type ElementStream<T> because e cannot be typed as Iterable<Element> (dart:htm l, line 16001, col 12) 283 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.top can not be overridden in CssRect. (dart:html, line 15137, col 3)
284 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 15734, col 31)
285 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 15758, col 31)
279 severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEv entListener_1', 'EventTarget._removeEventListener_3', 'EventTarget._removeEventL istener_1', 'EventTarget._removeEventListener_2' and 7 more (dart:html, line 184 67, col 7) 286 severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEv entListener_1', 'EventTarget._removeEventListener_3', 'EventTarget._removeEventL istener_1', 'EventTarget._removeEventListener_2' and 7 more (dart:html, line 184 67, col 7)
280 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopImmedia tePropagation_1', getter 'DartHtmlDomObject.raw', 'Event._preventDefault_1', set ter 'DartHtmlDomObject.raw' and 4 more (dart:html, line 18615, col 7) 287 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopImmedia tePropagation_1', getter 'DartHtmlDomObject.raw', 'Event._preventDefault_1', set ter 'DartHtmlDomObject.raw' and 4 more (dart:html, line 18615, col 7)
281 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18661, col 12) 288 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18661, col 12)
282 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 18731, col 5) 289 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 18731, col 5)
283 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18775, col 3) 290 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18775, col 3)
284 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'KeyboardEvent' (dart:html, line 18775, col 45) 291 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'KeyboardEvent' (dart:html, line 18775, col 45)
285 severe: [AnalyzerMessage] Missing concrete implementation of setter 'DartHtmlDom Object.raw', 'Event._initEvent_1', getter 'DartHtmlDomObject.raw', 'Event._stopI mmediatePropagation_1' and 2 more (dart:html, line 18849, col 7) 292 severe: [AnalyzerMessage] Missing concrete implementation of setter 'DartHtmlDom Object.raw', 'Event._initEvent_1', getter 'DartHtmlDomObject.raw', 'Event._stopI mmediatePropagation_1' and 2 more (dart:html, line 18849, col 7)
286 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18861, col 3) 293 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18861, col 3)
287 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'Event' (dart:html, line 18861, col 45) 294 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'Event' (dart:html, line 18861, col 45)
288 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 18907, col 18) 295 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 18907, col 18)
(...skipping 15 matching lines...) Expand all
304 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 269, col 42) 311 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 269, col 42)
305 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 283, col 1) 312 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 283, col 1)
306 severe: [AnalyzerMessage] The name 'gl.ContextAttributes' is not defined and can not be used in an 'is' expression (dart:html_common/conversions.dart, line 285, col 34) 313 severe: [AnalyzerMessage] The name 'gl.ContextAttributes' is not defined and can not be used in an 'is' expression (dart:html_common/conversions.dart, line 285, col 34)
307 severe: [AnalyzerMessage] Classes can only implement other classes (dart:html_co mmon/conversions.dart, line 306, col 34) 314 severe: [AnalyzerMessage] Classes can only implement other classes (dart:html_co mmon/conversions.dart, line 306, col 34)
308 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 306, col 34) 315 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 306, col 34)
309 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 314, col 1) 316 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 314, col 1)
310 severe: [AnalyzerMessage] The name 'ImageData' is not defined and cannot be used in an 'is' expression (dart:html_common/conversions.dart, line 324, col 26) 317 severe: [AnalyzerMessage] The name 'ImageData' is not defined and cannot be used in an 'is' expression (dart:html_common/conversions.dart, line 324, col 26)
311 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 352, col 31) 318 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 352, col 31)
312 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 89, col 14) 319 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 89, col 14)
313 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 90, col 15) 320 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 90, col 15)
314 severe: [AnalyzerMessage] The argument type '(dynamic) → bool' cannot be assigne d to the parameter type '(String) → void' (dart:html_common/css_class_set.dart, line 162, col 22) 321 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. map (((String) → dynamic) → Iterable<dynamic>) is not a subtype of IterableBase< String>.map (<T>((String) → T) → Iterable<T>). (dart:html_common/css_class_set.d art, line 59, col 3)
315 severe: [InvalidMethodOverride] Invalid override. The type of CssClassSetImpl.di fference ((Set<String>) → Set<String>) is not a subtype of Set<String>.differenc e ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.dart, line 186, col 3) 322 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. expand (((String) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of IterableBase<String>.expand (<T>((String) → Iterable<T>) → Iterable<T>). (dart:h tml_common/css_class_set.dart, line 63, col 3)
323 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. fold ((dynamic, (dynamic, String) → dynamic) → dynamic) is not a subtype of Iter ableBase<String>.fold (<T>(T, (T, String) → T) → T). (dart:html_common/css_class _set.dart, line 79, col 3)
324 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. difference ((Set<String>) → Set<String>) is not a subtype of Set<String>.differe nce ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.dart, line 18 6, col 3)
316 severe: [AnalyzerMessage] The getter 'userAgent' is not defined for the class 'N avigator' (dart:html_common/device.dart, line 23, col 51) 325 severe: [AnalyzerMessage] The getter 'userAgent' is not defined for the class 'N avigator' (dart:html_common/device.dart, line 23, col 51)
317 severe: [StaticTypeError] Type check failed: new WhereIterable(_childNodes, (n) => n is Element) (WhereIterable<dynamic>) is not of type Iterable<Element> becau se _childNodes cannot be typed as Iterable<Element> (dart:html_common/filtered_e lement_list.dart, line 34, col 7) 326 severe: [AnalyzerMessage] The argument type 'List<Node>' cannot be assigned to t he parameter type 'Iterable<Element>' (dart:html_common/filtered_element_list.da rt, line 34, col 25)
318 warning: [DownCastComposite] new List.from(_elementIterable).map((e) => e.style) (Iterable<dynamic>) will need runtime check to cast to type Iterable<CssStyleDe claration> (dart:html, line 811, col 46) 327 severe: [STATIC_TYPE_ERROR] Type check failed: _childNodes (List<Node>) is not o f type Iterable<Element> (dart:html_common/filtered_element_list.dart, line 34, col 25)
319 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 45 26, col 31) 328 warning: [DOWN_CAST_COMPOSITE] new List.from(_elementIterable).map((e) => e.styl e) (Iterable<dynamic>) will need runtime check to cast to type Iterable<CssStyle Declaration> (dart:html, line 811, col 46)
320 warning: [DownCastComposite] copy (List<dynamic>) will need runtime check to cas t to type Iterable<Element> (dart:html, line 4771, col 21) 329 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 4526, col 31)
321 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (Element) → bool (dart:html, line 5167, col 41) 330 warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to c ast to type Iterable<Element> (dart:html, line 4771, col 21)
322 warning: [DownCastComposite] copy (List<dynamic>) will need runtime check to cas t to type Iterable<Element> (dart:html, line 5790, col 21) 331 warning: [DOWN_CAST_COMPOSITE] test ((dynamic) → bool) will need runtime check t o cast to type (Element) → bool (dart:html, line 5167, col 41)
323 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 73 16, col 31) 332 warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to c ast to type Iterable<Element> (dart:html, line 5790, col 21)
324 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.path", this.raw)) (dyn amic) will need runtime check to cast to type List<Node> (dart:html, line 7618, col 26) 333 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 7316, col 31)
325 warning: [DownCastComposite] request(url, method: method, sendData: sendData).th en((xhr) {return xhr.responseText;}) (Future<dynamic>) will need runtime check t o cast to type Future<String> (dart:html, line 8708, col 14) 334 warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS("List<Node>", "#.path", this.raw)) (d ynamic) will need runtime check to cast to type List<Node> (dart:html, line 7618 , col 26)
326 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.labels", this.raw)) (d ynamic) will need runtime check to cast to type List<Node> (dart:html, line 9629 , col 28) 335 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 8708, col 14)
327 warning: [DownCastComposite] copy (List<dynamic>) will need runtime check to cas t to type Iterable<Node> (dart:html, line 11223, col 23) 336 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 96 29, col 28)
328 warning: [DownCastComposite] wrap_jso(JS('List', '#.childNodes', this.raw)) (dyn amic) will need runtime check to cast to type List<Node> (dart:html, line 11305, col 32) 337 warning: [DOWN_CAST_COMPOSITE] copy (List<dynamic>) will need runtime check to c ast to type Iterable<Node> (dart:html, line 11223, col 23)
329 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.children", this.raw)) (dynamic) will need runtime check to cast to type List<Node> (dart:html, line 11 827, col 31) 338 warning: [DOWN_CAST_COMPOSITE] wrap_jso(JS('List', '#.childNodes', this.raw)) (d ynamic) will need runtime check to cast to type List<Node> (dart:html, line 1130 5, col 32)
330 warning: [DownCastComposite] wrap_jso(JS("List<Node>", "#.raw.querySelectorAll(# )", this, unwrap_jso(selectors))) (dynamic) will need runtime check to cast to t ype List<Node> (dart:html, line 11835, col 53) 339 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 11827, col 31)
331 warning: [DownCastComposite] _wrapZone(callback) (dynamic) will need runtime che ck to cast to type (num) → void (dart:html, line 12824, col 35) 340 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 11835, col 53)
332 warning: [DownCastComposite] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 14986, col 32) 341 warning: [DOWN_CAST_COMPOSITE] _wrapZone(callback) (dynamic) will need runtime c heck to cast to type (num) → void (dart:html, line 12824, col 35)
333 warning: [DownCastComposite] _WIDTH (List<dynamic>) will need runtime check to c ast to type List<String> (dart:html, line 14989, col 32) 342 warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check t o cast to type List<String> (dart:html, line 14986, col 32)
334 warning: [DownCastComposite] elementList (dynamic) will need runtime check to ca st to type List<Element> (dart:html, line 15042, col 20) 343 warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 14989, col 32)
335 warning: [DownCastComposite] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15076, col 32) 344 warning: [DOWN_CAST_COMPOSITE] elementList (dynamic) will need runtime check to cast to type List<Element> (dart:html, line 15042, col 20)
336 warning: [DownCastComposite] _WIDTH (List<dynamic>) will need runtime check to c ast to type List<String> (dart:html, line 15078, col 32) 345 warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check t o cast to type List<String> (dart:html, line 15076, col 32)
337 warning: [DownCastComposite] _HEIGHT (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15108, col 32) 346 warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15078, col 32)
338 warning: [DownCastComposite] _WIDTH (List<dynamic>) will need runtime check to c ast to type List<String> (dart:html, line 15110, col 55) 347 warning: [DOWN_CAST_COMPOSITE] _HEIGHT (List<dynamic>) will need runtime check t o cast to type List<String> (dart:html, line 15108, col 32)
339 warning: [DownCastComposite] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 15655, col 44) 348 warning: [DOWN_CAST_COMPOSITE] _WIDTH (List<dynamic>) will need runtime check to cast to type List<String> (dart:html, line 15110, col 55)
340 warning: [DownCastComposite] this.where((event) => event.target.matchesWithAnces tors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) w ill need runtime check to cast to type Stream<T> (dart:html, line 15733, col 41) 349 warning: [DOWN_CAST_COMPOSITE] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 15655, col 44)
341 warning: [DownCastComposite] this.where((event) => event.target.matchesWithAnces tors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) w ill need runtime check to cast to type Stream<T> (dart:html, line 15757, col 41) 350 warning: [DOWN_CAST_COMPOSITE] this.where((event) => event.target.matchesWithAnc estors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) will need runtime check to cast to type Stream<T> (dart:html, line 15733, col 4 1)
342 warning: [DownCastComposite] 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 15772, col 12) 351 warning: [DOWN_CAST_COMPOSITE] this.where((event) => event.target.matchesWithAnc estors(selector)).map((e) {e._selector = selector; return e;}) (Stream<dynamic>) will need runtime check to cast to type Stream<T> (dart:html, line 15757, col 4 1)
343 warning: [DownCastComposite] pool.stream.listen(onData) (StreamSubscription<dyna mic>) will need runtime check to cast to type StreamSubscription<T> (dart:html, line 15781, col 12) 352 warning: [DOWN_CAST_COMPOSITE] pool.stream.listen(onData, onError: onError, onDo ne: onDone, cancelOnError: cancelOnError) (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:html, line 15772, co l 12)
344 warning: [DownCastComposite] _onData (dynamic) will need runtime check to cast t o type (Event) → dynamic (dart:html, line 15851, col 44) 353 warning: [DOWN_CAST_COMPOSITE] pool.stream.listen(onData) (StreamSubscription<dy namic>) will need runtime check to cast to type StreamSubscription<T> (dart:html , line 15781, col 12)
345 warning: [DownCastComposite] _onData (dynamic) will need runtime check to cast t o type (Event) → dynamic (dart:html, line 15857, col 47) 354 warning: [DOWN_CAST_COMPOSITE] _onData (dynamic) will need runtime check to cast to type (Event) → dynamic (dart:html, line 15851, col 44)
346 warning: [DownCastComposite] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 16001, col 44) 355 warning: [DOWN_CAST_COMPOSITE] _onData (dynamic) will need runtime check to cast to type (Event) → dynamic (dart:html, line 15857, col 47)
347 warning: [DownCastComposite] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17922, col 9) 356 warning: [DOWN_CAST_COMPOSITE] e (ElementList<dynamic>) will need runtime check to cast to type Iterable<Element> (dart:html, line 16001, col 44)
348 warning: [DownCastComposite] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17923, col 9) 357 warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast t o type Iterable<String> (dart:html, line 17922, col 9)
349 warning: [DownCastComposite] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17960, col 9) 358 warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cas t to type Iterable<String> (dart:html, line 17923, col 9)
350 warning: [DownCastComposite] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17961, col 9) 359 warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast t o type Iterable<String> (dart:html, line 17960, col 9)
351 warning: [DownCastComposite] allowedElements ?? const [] (Object) will need runt ime check to cast to type Iterable<String> (dart:html, line 18093, col 33) 360 warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cas t to type Iterable<String> (dart:html, line 17961, col 9)
352 warning: [DownCastComposite] allowedAttributes ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18094, col 25) 361 warning: [DOWN_CAST_COMPOSITE] allowedElements ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18093, col 33)
353 warning: [DownCastComposite] allowedUriAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18095, col 28) 362 warning: [DOWN_CAST_COMPOSITE] allowedAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18094, col 25)
354 warning: [DownCastComposite] _list[index] (dynamic) will need runtime check to c ast to type E (dart:html, line 18281, col 31) 363 warning: [DOWN_CAST_COMPOSITE] allowedUriAttributes ?? const [] (Object) will ne ed runtime check to cast to type Iterable<String> (dart:html, line 18095, col 28 )
355 warning: [DownCastComposite] _list.removeAt(index) (dynamic) will need runtime c heck to cast to type E (dart:html, line 18295, col 28) 364 warning: [DOWN_CAST_COMPOSITE] _list[index] (dynamic) will need runtime check to cast to type E (dart:html, line 18281, col 31)
356 warning: [DownCastComposite] _list (List<dynamic>) will need runtime check to ca st to type List<Node> (dart:html, line 18311, col 29) 365 warning: [DOWN_CAST_COMPOSITE] _list.removeAt(index) (dynamic) will need runtime check to cast to type E (dart:html, line 18295, col 28)
357 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:html, line 18326, col 20) 366 warning: [DOWN_CAST_COMPOSITE] _list (List<dynamic>) will need runtime check to cast to type List<Node> (dart:html, line 18311, col 29)
358 warning: [DownCastComposite] _validateToken ((String) → String) will need runtim e check to cast to type (Object) → dynamic (dart:html_common/css_class_set.dart, line 148, col 44) 367 warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime che ck to cast to type E (dart:html, line 18326, col 20)
368 warning: [DOWN_CAST_COMPOSITE] _validateToken ((String) → String) will need runt ime check to cast to type (Object) → String (dart:html_common/css_class_set.dart , line 148, col 44)
OLDNEW
« no previous file with comments | « tool/input_sdk/private/js_array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698