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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1154213008: Check for SDK error regressions on presubmit (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix format Created 5 years, 6 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
« tool/build_sdk.sh ('K') | « tool/build_sdk.sh ('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
(Empty)
1 warning: line 20, column 39 of dart:async/async_error.dart: [DownCastImplicit] e rrorHandler (Function) will need runtime check to cast to type (dynamic) → dynam ic
2 return zone.registerUnaryCallback(errorHandler);
vsm 2015/05/28 13:28:33 We could limit this to actual errors - at least un
Leaf 2015/05/28 16:01:38 I kind of like the idea of seeing any changes, per
3 ^^^^^^^^^^^^
4 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
5 assert(!identical(subscription._next, subscription));
6 ^^^^^
7 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
8 assert(!identical(subscription._next, subscription));
9 ^^^^^
10 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The method '_setRemoveAfterFiring' is not defined for the class 'Str eamSubscription<T>'
11 subscription._setRemoveAfterFiring();
12 ^^^^^^^^^^^^^^^^^^^^^
13 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_isFiring' is not defined for the class 'StreamSubscript ion<T>'
14 if (subscription._isFiring) {
15 ^^^^^^^^^
16 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
17 if (identical(subscription._next, subscription)) return null;
18 ^^^^^
19 warning: line 8, column 67 of dart:async/broadcast_stream_controller.dart: [Down CastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runtim e check to cast to type _StreamControllerLifecycle<T>
20 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller);
21 ^^^^^^^^^^
22 warning: line 36, column 15 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runti me check to cast to type _StreamControllerLifecycle<T>
23 : super(controller, onData, onError, onDone, cancelOnError) {
24 ^^^^^^^^^^
25 warning: line 40, column 52 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] super._controller (_StreamControllerLifecycle<T>) will need runt ime check to cast to type _BroadcastStreamController<T>
26 _BroadcastStreamController<T> get _controller => super._controller;
27 ^^^^^^^^^^^^^^^^^
28 warning: line 196, column 18 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch eck to cast to type _BroadcastSubscription<T>
29 _addListener(subscription);
30 ^^^^^^^^^^^^
31 warning: line 201, column 12 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch eck to cast to type StreamSubscription<T>
32 return subscription;
33 ^^^^^^^^^^^^
34 warning: line 212, column 23 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] subscription (StreamSubscription<T>) will need runtime check to cast to type _BroadcastSubscription<T>
35 _removeListener(subscription);
36 ^^^^^^^^^^^^
37 warning: line 309, column 48 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca st to type _BroadcastSubscription<T>
38 _BroadcastSubscription<T> subscription = link;
39 ^^^^
40 warning: line 372, column 24 of dart:async/broadcast_stream_controller.dart: [Un inferredClosure] (_BroadcastSubscription<T> subscription) {subscription._close() ;} ((_BroadcastSubscription<T>) → dynamic) will need runtime check to cast to ty pe (_BufferingStreamSubscription<T>) → void
41 _forEachListener((_BroadcastSubscription<T> subscription) {
42 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43 warning: line 393, column 48 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca st to type _BroadcastSubscription<T>
44 _BroadcastSubscription<T> subscription = link;
45 ^^^^
46 warning: line 402, column 48 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca st to type _BroadcastSubscription<T>
47 _BroadcastSubscription<T> subscription = link;
48 ^^^^
49 warning: line 412, column 50 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca st to type _BroadcastSubscription<T>
50 _BroadcastSubscription<T> subscription = link;
51 ^^^^
52 warning: line 123, column 12 of dart:async/future.dart: [DownCastComposite] resu lt (_Future<dynamic>) will need runtime check to cast to type Future<T>
53 return result;
54 ^^^^^^
55 warning: line 149, column 12 of dart:async/future.dart: [DownCastComposite] resu lt (_Future<dynamic>) will need runtime check to cast to type Future<T>
56 return result;
57 ^^^^^^
58 warning: line 233, column 12 of dart:async/future.dart: [DownCastComposite] resu lt (_Future<dynamic>) will need runtime check to cast to type Future<T>
59 return result;
60 ^^^^^^
61 warning: line 112, column 12 of dart:async/future_impl.dart: [DownCastImplicit] callback (Function) will need runtime check to cast to type (dynamic) → dynamic
62 return callback;
63 ^^^^^^^^
64 warning: line 117, column 12 of dart:async/future_impl.dart: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool
65 return callback;
66 ^^^^^^^^
67 warning: line 121, column 12 of dart:async/future_impl.dart: [DownCastImplicit] callback (Function) will need runtime check to cast to type () → dynamic
68 return callback;
69 ^^^^^^^^
70 warning: line 208, column 11 of dart:async/future_impl.dart: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime c heck to cast to type (T) → dynamic
71 f = result._zone.registerUnaryCallback(f);
72 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73 warning: line 221, column 32 of dart:async/future_impl.dart: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtim e check to cast to type (dynamic) → bool
74 if (test != null) test = result._zone.registerUnaryCallback(test);
75 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76 warning: line 233, column 12 of dart:async/future_impl.dart: [DownCastComposite] result (_Future<dynamic>) will need runtime check to cast to type Future<T>
77 return result;
78 ^^^^^^
79 warning: line 245, column 12 of dart:async/future_impl.dart: [DownCastComposite] _resultOrListeners (dynamic) will need runtime check to cast to type T
80 return _resultOrListeners;
81 ^^^^^^^^^^^^^^^^^^
82 warning: line 347, column 17 of dart:async/future_impl.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T
83 _setValue(value);
84 ^^^^^
85 warning: line 357, column 15 of dart:async/future_impl.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T
86 _setValue(value);
87 ^^^^^
88 warning: line 386, column 31 of dart:async/future_impl.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type Future<T>
89 Future<T> typedFuture = value;
90 ^^^^^
91 warning: line 388, column 33 of dart:async/future_impl.dart: [DownCastComposite] typedFuture (Future<T>) will need runtime check to cast to type _Future<T>
92 _Future<T> coreFuture = typedFuture;
93 ^^^^^^^^^^^
94 warning: line 407, column 22 of dart:async/future_impl.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T
95 T typedValue = value;
96 ^^^^^
97 warning: line 515, column 54 of dart:async/future_impl.dart: [DownCastImplicit] errorCallback (Function) will need runtime check to cast to type (dynamic) → dyn amic
98 listenerValueOrError = zone.runUnary(errorCallback,
99 ^^^^^^^^^^^^^
100 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
101 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback);
102 ^^^^^^^^
103 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
104 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback);
105 ^^^^^^^^
106 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
107 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback);
108 ^^^^^^^^
109 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerError] The gette r '_addError' is not defined for the class 'StreamController'
110 final addError = eventSink._addError;
111 ^^^^^^^^^
112 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerError] The meth od '_addError' is not defined for the class 'StreamController'
113 eventSink._addError(error, stackTrace); // Avoid Zone error replacement.
114 ^^^^^^^^^
115 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerError] The gette r '_addError' is not defined for the class 'StreamController'
116 onError: eventSink._addError, // Avoid Zone error replacement.
117 ^^^^^^^^^
118 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T
119 controller._add(value);
120 ^^^^^
121 warning: line 217, column 41 of dart:async/stream.dart: [DownCastComposite] mapS ink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to typ e (EventSink<dynamic>) → EventSink
122 return new _BoundSinkStream(source, mapSink);
123 ^^^^^^^
124 warning: line 249, column 44 of dart:async/stream.dart: [DownCastComposite] onLi sten ((StreamSubscription<T>) → void) will need runtime check to cast to type (S treamSubscription<dynamic>) → void
125 return new _AsBroadcastStream<T>(this, onListen, onCancel);
126 ^^^^^^^^
127 warning: line 249, column 54 of dart:async/stream.dart: [DownCastComposite] onCa ncel ((StreamSubscription<T>) → void) will need runtime check to cast to type (S treamSubscription<dynamic>) → void
128 return new _AsBroadcastStream<T>(this, onListen, onCancel);
129 ^^^^^^^^
130 warning: line 502, column 24 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
131 _cancelAndErrorClosure(subscription, result));
132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
133 warning: line 535, column 11 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
134 _cancelAndErrorClosure(subscription, result)
135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136 warning: line 603, column 13 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
137 _cancelAndErrorClosure(subscription, future)
138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139 warning: line 629, column 13 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
140 _cancelAndErrorClosure(subscription, future)
141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142 warning: line 658, column 13 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
143 _cancelAndErrorClosure(subscription, future)
144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145 warning: line 695, column 13 of dart:async/stream.dart: [DownCastComposite] _can celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca st to type (dynamic, StackTrace) → dynamic
146 _cancelAndErrorClosure(subscription, future)
147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
148 warning: line 1037, column 11 of dart:async/stream.dart: [DownCastComposite] _ca ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c ast to type (dynamic, StackTrace) → dynamic
149 _cancelAndErrorClosure(subscription, future)
150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
151 warning: line 1078, column 11 of dart:async/stream.dart: [DownCastComposite] _ca ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c ast to type (dynamic, StackTrace) → dynamic
152 _cancelAndErrorClosure(subscription, future)
153 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
154 warning: line 1130, column 11 of dart:async/stream.dart: [DownCastComposite] _ca ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c ast to type (dynamic, StackTrace) → dynamic
155 _cancelAndErrorClosure(subscription, future)
156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
157 warning: line 1220, column 43 of dart:async/stream.dart: [DownCastComposite] tim eout (Function) will need runtime check to cast to type () → void
158 timer = zone.createTimer(timeLimit, timeout);
159 ^^^^^^^
160 warning: line 1228, column 43 of dart:async/stream.dart: [DownCastComposite] tim eout (Function) will need runtime check to cast to type () → void
161 timer = zone.createTimer(timeLimit, timeout);
162 ^^^^^^^
163 warning: line 1246, column 21 of dart:async/stream.dart: [DownCastComposite] zon e.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void
164 onTimeout = zone.registerUnaryCallback(onTimeout);
165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
166 warning: line 1257, column 43 of dart:async/stream.dart: [DownCastComposite] tim eout (Function) will need runtime check to cast to type () → void
167 timer = zone.createTimer(timeLimit, timeout);
168 ^^^^^^^
169 warning: line 1276, column 53 of dart:async/stream.dart: [DownCastComposite] tim eout (Function) will need runtime check to cast to type () → void
170 timer = zone.createTimer(timeLimit, timeout);
171 ^^^^^^^
172 warning: line 83, column 14 of dart:async/stream_controller.dart: [DownCastCompo site] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamC ontroller() (_StreamController<dynamic>) will need runtime check to cast to type StreamController<T>
173 return sync
174 ^^^^^
175 warning: line 516, column 12 of dart:async/stream_controller.dart: [DownCastComp osite] subscription (_ControllerSubscription<dynamic>) will need runtime check t o cast to type StreamSubscription<T>
176 return subscription;
177 ^^^^^^^^^^^^
178 warning: line 798, column 15 of dart:async/stream_controller.dart: [DownCastComp osite] controller (_StreamController<dynamic>) will need runtime check to cast t o type _EventSink<T>
179 : super(controller, source, cancelOnError) {
180 ^^^^^^^^^^
181 warning: line 153, column 42 of dart:async/stream_impl.dart: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runtime check to cast to type (T) → void
182 if (handleData == null) handleData = _nullDataHandler;
183 ^^^^^^^^^^^^^^^^
184 warning: line 154, column 15 of dart:async/stream_impl.dart: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void
185 _onData = _zone.registerUnaryCallback(handleData);
186 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
187 warning: line 358, column 32 of dart:async/stream_impl.dart: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic, dynamic) → dynamic
188 _zone.runBinaryGuarded(_onError, error, stackTrace);
189 ^^^^^^^^
190 warning: line 360, column 31 of dart:async/stream_impl.dart: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic) → dynamic
191 _zone.runUnaryGuarded(_onError, error);
192 ^^^^^^^^
193 warning: line 476, column 12 of dart:async/stream_impl.dart: [DownCastComposite] subscription (StreamSubscription<dynamic>) will need runtime check to cast to t ype StreamSubscription<T>
194 return subscription;
195 ^^^^^^^^^^^^
196 warning: line 515, column 12 of dart:async/stream_impl.dart: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, onDone, cancelOnError).._setP endingEvents(_pending()) (_BufferingStreamSubscription<dynamic>) will need runti me check to cast to type StreamSubscription<T>
197 return new _BufferingStreamSubscription(
198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199 warning: line 813, column 28 of dart:async/stream_impl.dart: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscription<dynamic>) → void
200 : _onListenHandler = Zone.current.registerUnaryCallback(onListenHandler),
201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
202 warning: line 814, column 28 of dart:async/stream_impl.dart: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscription<dynamic>) → void
203 _onCancelHandler = Zone.current.registerUnaryCallback(onCancelHandler),
204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
205 warning: line 1000, column 14 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<boo l>
206 return _futureOrPrefetch;
207 ^^^^^^^^^^^^^^^^^
208 warning: line 1006, column 22 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type T
209 _current = _futureOrPrefetch;
210 ^^^^^^^^^^^^^^^^^
211 warning: line 1033, column 31 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo ol>
212 _Future<bool> hasNext = _futureOrPrefetch;
213 ^^^^^^^^^^^^^^^^^
214 warning: line 1045, column 31 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo ol>
215 _Future<bool> hasNext = _futureOrPrefetch;
216 ^^^^^^^^^^^^^^^^^
217 warning: line 1059, column 31 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo ol>
218 _Future<bool> hasNext = _futureOrPrefetch;
219 ^^^^^^^^^^^^^^^^^
220 warning: line 1073, column 31 of dart:async/stream_impl.dart: [DownCastComposite ] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo ol>
221 _Future<bool> hasNext = _futureOrPrefetch;
222 ^^^^^^^^^^^^^^^^^
223 warning: line 104, column 15 of dart:async/stream_pipe.dart: [DownCastComposite] outputData (dynamic) will need runtime check to cast to type T
224 sink._add(outputData);
225 ^^^^^^^^^^
226 warning: line 235, column 21 of dart:async/stream_pipe.dart: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T
227 outputEvent = _transform(inputEvent);
228 ^^^^^^^^^^^^^^^^^^^^^^
229 warning: line 426, column 29 of dart:async/stream_pipe.dart: [DownCastComposite] _previous (Object) will need runtime check to cast to type T
230 isEqual = _equals(_previous, inputEvent);
231 ^^^^^^^^^
232 warning: line 187, column 18 of dart:async/stream_transformers.dart: [DownCastCo mposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will need runtime check to cast to type (EventSink<dynamic>) → EventSink
233 _stream, _sinkMapper, onData, onError, onDone, cancelOnError);
234 ^^^^^^^^^^^
235 warning: line 233, column 15 of dart:async/stream_transformers.dart: [Uninferred Closure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaul tHandleData; if (handleError == null) handleError = _defaultHandleError; if (han dleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S , T>(handleData, handleError, handleDone, outputSink);} ((EventSink<T>) → dynami c) will need runtime check to cast to type (EventSink<T>) → EventSink<S>
236 : super((EventSink<T> outputSink) {
237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
238 warning: line 234, column 48 of dart:async/stream_transformers.dart: [DownCastCo mposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need run time check to cast to type (S, EventSink<T>) → void
239 if (handleData == null) handleData = _defaultHandleData;
240 ^^^^^^^^^^^^^^^^^^
241 warning: line 235, column 50 of dart:async/stream_transformers.dart: [DownCastCo mposite] _defaultHandleError ((dynamic, StackTrace, EventSink<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → voi d
242 if (handleError == null) handleError = _defaultHandleError;
243 ^^^^^^^^^^^^^^^^^^^
244 warning: line 80, column 19 of dart:async/timer.dart: [DownCastComposite] Zone.c urrent.bindUnaryCallback(callback, runGuarded: true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void
245 duration, Zone.current.bindUnaryCallback(callback, runGuarded: true));
246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
247 warning: line 845, column 57 of dart:async/zone.dart: [DownCastImplicit] impleme ntationZone (Zone) will need runtime check to cast to type _Zone
248 final ZoneDelegate parentDelegate = _parentDelegate(implementationZone);
249 ^^^^^^^^^^^^^^^^^^
250 warning: line 962, column 16 of dart:async/zone.dart: [DownCastComposite] zone.b indUnaryCallback(callback) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void
251 callback = zone.bindUnaryCallback(callback);
252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
253 warning: line 999, column 26 of dart:async/zone.dart: [DownCastImplicit] zone (Z one) will need runtime check to cast to type _Zone
254 return new _CustomZone(zone, specification, valueMap);
255 ^^^^
256 warning: line 1228, column 37 of dart:async/zone.dart: [DownCastImplicit] onErro r (Function) will need runtime check to cast to type (dynamic) → dynamic
257 return self.parent.runUnary(onError, error);
258 ^^^^^^^
259 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isolate>
260 return IsolateNatives.spawnFunction(entryPoint, message, paused)
261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
262 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti me check to cast to type Future<Isolate>
263 return IsolateNatives.spawnUri(uri, args, message, paused)
264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265 warning: line 50, column 69 of dart:_interceptors: [DownCastImplicit] symbol (Sy mbol) will need runtime check to cast to type Symbol
266 String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
267 ^^^^^^
268 severe: line 329, column 3 of dart:_interceptors: [InvalidMethodOverride] Invali d override. The type of JSNull.== ((dynamic) → bool) is not a subtype of Interce ptor.== ((Object) → bool).
269 bool operator ==(other) => identical(null, other);
270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271 warning: line 65, column 40 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('JSArray', '#', allocation) (dynamic) will need runtime check to cast to type JSArray<E>
272 factory JSArray.typed(allocation) => JS('JSArray', '#', allocation);
273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274 warning: line 68, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi te] JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation))) (dy namic) will need runtime check to cast to type JSArray<E>
275 JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation)));
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277 warning: line 71, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi te] JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation)) (dynamic) wil l need runtime check to cast to type JSArray<E>
278 JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation));
279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280 warning: line 104, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] JS('var', r'#.splice(#, 1)[0]', this, index) (dynamic) will need runtime c heck to cast to type E
281 return JS('var', r'#.splice(#, 1)[0]', this, index);
282 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
283 warning: line 129, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to t ype E
284 return JS('var', r'#.pop()', this);
285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
286 warning: line 174, column 9 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E
287 f(JS('', '#[#]', this, i));
288 ^^^^^^^^^^^^^^^^^^^^^^^
289 warning: line 210, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.reduce(this, combine) (dynamic) will need runtime check to cast to type E
290 return IterableMixinWorkaround.reduce(this, combine);
291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
292 warning: line 218, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need runtime check to cast to type E
293 return IterableMixinWorkaround.firstWhere(this, test, orElse);
294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
295 warning: line 222, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.lastWhereList(this, test, orElse) (dynamic) will n eed runtime check to cast to type E
296 return IterableMixinWorkaround.lastWhereList(this, test, orElse);
297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
298 warning: line 226, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.singleWhere(this, test) (dynamic) will need runtim e check to cast to type E
299 return IterableMixinWorkaround.singleWhere(this, test);
300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
301 warning: line 368, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast t o type E
302 return JS('var', '#[#]', this, index);
303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
304 warning: line 83, column 28 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.ceil(#)', this) (num) will need runtime check to cast to t ype double
305 double ceilToDouble() => JS('num', r'Math.ceil(#)', this);
306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
307 warning: line 85, column 29 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.floor(#)', this) (num) will need runtime check to cast to type double
308 double floorToDouble() => JS('num', r'Math.floor(#)', this);
309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
310 warning: line 89, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'-Math.round(-#)', this) (num) will need runtime check to cast t o type double
311 return JS('num', r'-Math.round(-#)', this);
312 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
313 warning: line 91, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.round(#)', this) (num) will need runtime check to cast to type double
314 return JS('num', r'Math.round(#)', this);
315 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
316 severe: line 110, column 17 of dart:_interceptors/js_number.dart: [StaticTypeErr or] Type check failed: this (JSNumber) is not of type double
317 toDouble() => this;
318 ^^^^
319 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.abs (( ) → num) is not a subtype of int.abs (() → int).
320 class JSInt extends JSNumber implements int, double {
321 ^^^^^^^^^^^^^^^^
322 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.unary- (() → num) is not a subtype of int.unary- (() → int).
323 class JSInt extends JSNumber implements int, double {
324 ^^^^^^^^^^^^^^^^
325 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.<< ((n um) → num) is not a subtype of int.<< ((int) → int).
326 class JSInt extends JSNumber implements int, double {
327 ^^^^^^^^^^^^^^^^
328 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.>> ((n um) → num) is not a subtype of int.>> ((int) → int).
329 class JSInt extends JSNumber implements int, double {
330 ^^^^^^^^^^^^^^^^
331 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.& ((nu m) → num) is not a subtype of int.& ((int) → int).
332 class JSInt extends JSNumber implements int, double {
333 ^^^^^^^^^^^^^^^^
334 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.| ((nu m) → num) is not a subtype of int.| ((int) → int).
335 class JSInt extends JSNumber implements int, double {
336 ^^^^^^^^^^^^^^^^
337 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.^ ((nu m) → num) is not a subtype of int.^ ((int) → int).
338 class JSInt extends JSNumber implements int, double {
339 ^^^^^^^^^^^^^^^^
340 severe: line 344, column 13 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.sign ( () → num) is not a subtype of int.sign (() → int).
341 class JSInt extends JSNumber implements int, double {
342 ^^^^^^^^^^^^^^^^
343 warning: line 352, column 12 of dart:_interceptors/js_number.dart: [DownCastImpl icit] this & ((1 << width) - 1) (num) will need runtime check to cast to type in t
344 return this & ((1 << width) - 1);
345 ^^^^^^^^^^^^^^^^^^^^^^^^^
346 warning: line 357, column 12 of dart:_interceptors/js_number.dart: [DownCastImpl icit] (this & (signMask - 1)) - (this & signMask) (num) will need runtime check to cast to type int
347 return (this & (signMask - 1)) - (this & signMask);
348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.remain der ((num) → num) is not a subtype of double.remainder ((num) → double).
350 class JSDouble extends JSNumber implements double {
351 ^^^^^^^^^^^^^^^^
352 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.abs (( ) → num) is not a subtype of double.abs (() → double).
353 class JSDouble extends JSNumber implements double {
354 ^^^^^^^^^^^^^^^^
355 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double).
356 class JSDouble extends JSNumber implements double {
357 ^^^^^^^^^^^^^^^^
358 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.+ ((nu m) → num) is not a subtype of double.+ ((num) → double).
359 class JSDouble extends JSNumber implements double {
360 ^^^^^^^^^^^^^^^^
361 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.- ((nu m) → num) is not a subtype of double.- ((num) → double).
362 class JSDouble extends JSNumber implements double {
363 ^^^^^^^^^^^^^^^^
364 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.* ((nu m) → num) is not a subtype of double.* ((num) → double).
365 class JSDouble extends JSNumber implements double {
366 ^^^^^^^^^^^^^^^^
367 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.% ((nu m) → num) is not a subtype of double.% ((num) → double).
368 class JSDouble extends JSNumber implements double {
369 ^^^^^^^^^^^^^^^^
370 severe: line 415, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.sign ( () → num) is not a subtype of double.sign (() → double).
371 class JSDouble extends JSNumber implements double {
372 ^^^^^^^^^^^^^^^^
373 warning: line 85, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need runtime check to cast to type List<String>
374 return JS('JSExtendableArray', r'#.split(#)', this, pattern);
375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376 warning: line 88, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runti me check to cast to type List<String>
377 return JS('JSExtendableArray', r'#.split(#)', this, re);
378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
379 severe: line 345, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro r] Type check failed: s += s (String) is not of type JSString
380 s += s;
381 ^^^^^^
382 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett er 'length' is not defined for the class 'NativeTypedData'
383 if (length == list.length) {
384 ^^^^^^
385 warning: line 201, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast t o type NativeFloat32List
386 _storage.sublist(start * 4, end * 4));
387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
388 warning: line 311, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<int>) will need runtime check to cast to t ype Int32List
389 _storage.sublist(start * 4, end * 4));
390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
391 warning: line 415, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast t o type NativeFloat64List
392 _storage.sublist(start * 2, end * 2));
393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
394 warning: line 1106, column 12 of dart:_native_typed_data: [DownCastImplicit] len gth == null ? _create2(buffer, offsetInBytes) : _create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cast to type NativeInt8List
395 return length == null
396 ^^^^^^^^^^^^^^^
397 warning: line 578, column 29 of dart:_isolate_helper: [DownCastComposite] doneHa ndlers (dynamic) will need runtime check to cast to type Iterable<SendPort>
398 for (SendPort port in doneHandlers) {
399 ^^^^^^^^^^^^
400 warning: line 841, column 37 of dart:_isolate_helper: [DownCastComposite] args ( dynamic) will need runtime check to cast to type List<String>
401 _startIsolate(entryPoint, args, message,
402 ^^^^
403 warning: line 888, column 11 of dart:_isolate_helper: [DownCastComposite] msg['a rgs'] (dynamic) will need runtime check to cast to type List<String>
404 msg['args'], msg['msg'],
405 ^^^^^^^^^^^
406 warning: line 89, column 38 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] indexable (JSIndexable) will need runtime check to cast to ty pe JSArray<dynamic>
407 List serialized = serializeArray(indexable);
408 ^^^^^^^^^
409 warning: line 120, column 24 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic
410 x.keys.map(serializeTearOff).toList(),
411 ^^^^^^^^^^^^^^^^
412 warning: line 121, column 26 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic
413 x.values.map(serializeTearOff).toList()];
414 ^^^^^^^^^^^^^^^^
415 warning: line 172, column 52 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
416 return ['dart', classId, serializeArrayInPlace(fields)];
417 ^^^^^^
418 warning: line 250, column 58 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
419 return new JSArray.markFixed(deserializeArrayInPlace(result));
420 ^^^^^^
421 warning: line 258, column 61 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
422 return new JSArray.markGrowable(deserializeArrayInPlace(result));
423 ^^^^^^
424 warning: line 266, column 36 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
425 return deserializeArrayInPlace(result);
426 ^^^^^^
427 warning: line 275, column 58 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
428 return new JSArray.markFixed(deserializeArrayInPlace(result));
429 ^^^^^^
430 warning: line 357, column 29 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
431 deserializeArrayInPlace(fields);
432 ^^^^^^
433 warning: line 59, column 22 of dart:_js_names: [DownCastComposite] keys (List<dy namic>) will need runtime check to cast to type Iterable<String>
434 for (String key in keys) {
435 ^^^^
436 warning: line 246, column 52 of dart:_js_helper: [DownCastImplicit] memberName ( Symbol) will need runtime check to cast to type Symbol
437 String baseName = _symbol_dev.Symbol.getName(memberName);
438 ^^^^^^^^^^
439 warning: line 474, column 14 of dart:_js_helper: [DownCastComposite] JS('', '#[2 * # + # + # + 1]', data, parameter, optionalParameterCount, FIRST_DEFAULT_ARGUM ENT) (dynamic) will need runtime check to cast to type List<int>
440 return JS('', '#[2 * # + # + # + 1]', data, parameter,
441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
442 warning: line 592, column 44 of dart:_js_helper: [DownCastComposite] _throwForma tException ((String) → dynamic) will need runtime check to cast to type (String) → int
443 if (handleError == null) handleError = _throwFormatException;
444 ^^^^^^^^^^^^^^^^^^^^^
445 warning: line 607, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, 16)', source) (num) will need runtime check to cast to type int
446 return JS('num', r'parseInt(#, 16)', source);
447 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
448 warning: line 611, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, 10)', source) (num) will need runtime check to cast to type int
449 return JS('num', r'parseInt(#, 10)', source);
450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
451 warning: line 623, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, 10)', source) (num) will need runtime check to cast to type int
452 return JS('num', r'parseInt(#, 10)', source);
453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
454 warning: line 655, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in t
455 return JS('num', r'parseInt(#, #)', source, radix);
456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
457 warning: line 660, column 44 of dart:_js_helper: [DownCastComposite] _throwForma tException ((String) → dynamic) will need runtime check to cast to type (String) → double
458 if (handleError == null) handleError = _throwFormatException;
459 ^^^^^^^^^^^^^^^^^^^^^
460 warning: line 677, column 16 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
461 return result;
462 ^^^^^^
463 warning: line 681, column 12 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
464 return result;
465 ^^^^^^
466 warning: line 830, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + ((( (i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int
467 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)));
468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
469 warning: line 831, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check to cast to type int
470 a.add(0xdc00 + (i & 0x3ff));
471 ^^^^^^^^^^^^^^^^^^^^
472 warning: line 845, column 31 of dart:_js_helper: [DownCastComposite] charCodes ( dynamic) will need runtime check to cast to type List<int>
473 return _fromCharCodeApply(charCodes);
474 ^^^^^^^^^
475 warning: line 1501, column 9 of dart:_js_helper: [DownCastComposite] JS('JSExten dableArray|Null', r"#.match(/\\\$[a-zA-Z]+\\\$/g)", message) (dynamic) will need runtime check to cast to type List<String>
476 JS('JSExtendableArray|Null', r"#.match(/\\\$[a-zA-Z]+\\\$/g)", message);
477 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
478 warning: line 3059, column 7 of dart:_js_helper: [DownCastComposite] parameterTy pes (dynamic) will need runtime check to cast to type List<RuntimeType>
479 parameterTypes,
480 ^^^^^^^^^^^^^^
481 warning: line 3060, column 7 of dart:_js_helper: [DownCastComposite] optionalPar ameterTypes (dynamic) will need runtime check to cast to type List<RuntimeType>
482 optionalParameterTypes,
483 ^^^^^^^^^^^^^^^^^^^^^^
484 warning: line 3069, column 7 of dart:_js_helper: [DownCastComposite] parameterTy pes (dynamic) will need runtime check to cast to type List<RuntimeType>
485 parameterTypes,
486 ^^^^^^^^^^^^^^
487 warning: line 3079, column 39 of dart:_js_helper: [DownCastComposite] typeArgume nts (dynamic) will need runtime check to cast to type List<RuntimeType>
488 return new RuntimeTypeGeneric(name, typeArguments, null);
489 ^^^^^^^^^^^^^
490 warning: line 3140, column 41 of dart:_js_helper: [DownCastComposite] arguments (List<dynamic>) will need runtime check to cast to type List<RuntimeType>
491 return new RuntimeTypeGeneric(name, arguments, rti);
492 ^^^^^^^^^
493 warning: line 3325, column 23 of dart:_js_helper: [DownCastComposite] JS('JSExte ndableArray|Null', '#[#]', urisMap, loadId) (dynamic) will need runtime check to cast to type List<String>
494 List<String> uris = JS('JSExtendableArray|Null', '#[#]', urisMap, loadId);
495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
496 warning: line 3327, column 25 of dart:_js_helper: [DownCastComposite] JS('JSExte ndableArray|Null', '#[#]', hashesMap, loadId) (dynamic) will need runtime check to cast to type List<String>
497 List<String> hashes = JS('JSExtendableArray|Null', '#[#]', hashesMap, loadId);
498 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
499 warning: line 3337, column 10 of dart:_js_helper: [DownCastComposite] Future.wai t(indicesToLoad.map((int i) => _loadHunk(uris[i]))).then((_) {List<int> indicesT oInitialize = indices.where((int i) => !JS('bool', '#(#)', isHunkInitialized, ha shes[i])).toList(); for (int i in indicesToInitialize) {var initializer = JS_EMB EDDED_GLOBAL('', INITIALIZE_LOADED_HUNK); JS('void', '#(#)', initializer, hashes [i]);} bool updated = _loadedLibraries.add(loadId); if (updated && deferredLoadH ook != null) {deferredLoadHook();}}) (Future<dynamic>) will need runtime check t o cast to type Future<Null>
500 return Future.wait(indicesToLoad
501 ^^^^^^^^^^^^^^^^^^^^^^^^^^
502 warning: line 3337, column 22 of dart:_js_helper: [DownCastComposite] indicesToL oad.map((int i) => _loadHunk(uris[i])) (Iterable<dynamic>) will need runtime che ck to cast to type Iterable<Future<dynamic>>
503 return Future.wait(indicesToLoad
504 ^^^^^^^^^^^^^^
505 warning: line 3360, column 12 of dart:_js_helper: [DownCastComposite] future.the n((_) => null) (Future<dynamic>) will need runtime check to cast to type Future< Null>
506 return future.then((_) => null);
507 ^^^^^^^^^^^^^^^^^^^^^^^^
508 warning: line 3386, column 36 of dart:_js_helper: [DownCastComposite] completer. future.whenComplete(() {leaveJsAsync();}) (Future<dynamic>) will need runtime ch eck to cast to type Future<Null>
509 Future<Null> leavingFuture = completer.future.whenComplete(() {
510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511 warning: line 20, column 41 of dart:_js_helper/constant_map.dart: [DownCastCompo site] _throwUnmodifiable() (dynamic) will need runtime check to cast to type V
512 V putIfAbsent(K key, V ifAbsent()) => _throwUnmodifiable();
513 ^^^^^^^^^^^^^^^^^^^^
514 warning: line 21, column 27 of dart:_js_helper/constant_map.dart: [DownCastCompo site] _throwUnmodifiable() (dynamic) will need runtime check to cast to type V
515 V remove(Object key) => _throwUnmodifiable();
516 ^^^^^^^^^^^^^^^^^^^^
517 warning: line 46, column 40 of dart:_js_helper/constant_map.dart: [DownCastImpli cit] key (Object) will need runtime check to cast to type String
518 return jsHasOwnProperty(_jsObject, key);
519 ^^^
520 warning: line 51, column 12 of dart:_js_helper/constant_map.dart: [DownCastCompo site] _fetch(key) (dynamic) will need runtime check to cast to type V
521 return _fetch(key);
522 ^^^^^^^^^^^
523 warning: line 64, column 9 of dart:_js_helper/constant_map.dart: [DownCastCompos ite] key (dynamic) will need runtime check to cast to type K
524 f(key, _fetch(key));
525 ^^^
526 warning: line 64, column 14 of dart:_js_helper/constant_map.dart: [DownCastCompo site] _fetch(key) (dynamic) will need runtime check to cast to type V
527 f(key, _fetch(key));
528 ^^^^^^^^^^^
529 warning: line 81, column 35 of dart:_js_helper/constant_map.dart: [DownCastCompo site] keys (dynamic) will need runtime check to cast to type List<K>
530 : super._(length, jsObject, keys);
531 ^^^^
532 warning: line 88, column 40 of dart:_js_helper/constant_map.dart: [DownCastImpli cit] key (Object) will need runtime check to cast to type String
533 return jsHasOwnProperty(_jsObject, key);
534 ^^^
535 warning: line 119, column 12 of dart:_js_helper/constant_map.dart: [DownCastComp osite] JS('Map<K, V>', r'this.$map') (dynamic) will need runtime check to cast t o type Map<K, V>
536 return JS('Map<K, V>', r'this.$map');
537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
538 warning: line 108, column 22 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(st ring)) (dynamic) will need runtime check to cast to type List<String>
539 List<String> m = JS('JSExtendableArray|Null',
540 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
541 warning: line 140, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
542 return new _MatchImplementation(this, match);
543 ^^^^^
544 warning: line 152, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
545 return new _MatchImplementation(this, match);
546 ^^^^^
547 warning: line 137, column 23 of dart:_js_helper/string_helper.dart: [DownCastCom posite] pattern.allMatches(receiver) (dynamic) will need runtime check to cast t o type Iterable<Match>
548 for (Match match in pattern.allMatches(receiver)) {
549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
550 warning: line 426, column 16 of dart:math: [DownCastImplicit] rnd32.remainder(ma x) (num) will need runtime check to cast to type int
551 result = rnd32.remainder(max); // % max;
552 ^^^^^^^^^^^^^^^^^^^^
553 warning: line 37, column 25 of dart:math/point.dart: [DownCastComposite] x + oth er.x (num) will need runtime check to cast to type T
554 return new Point<T>(x + other.x, y + other.y);
555 ^^^^^^^^^^^
556 warning: line 37, column 38 of dart:math/point.dart: [DownCastComposite] y + oth er.y (num) will need runtime check to cast to type T
557 return new Point<T>(x + other.x, y + other.y);
558 ^^^^^^^^^^^
559 warning: line 46, column 25 of dart:math/point.dart: [DownCastComposite] x - oth er.x (num) will need runtime check to cast to type T
560 return new Point<T>(x - other.x, y - other.y);
561 ^^^^^^^^^^^
562 warning: line 46, column 38 of dart:math/point.dart: [DownCastComposite] y - oth er.y (num) will need runtime check to cast to type T
563 return new Point<T>(x - other.x, y - other.y);
564 ^^^^^^^^^^^
565 warning: line 59, column 25 of dart:math/point.dart: [DownCastComposite] x * fac tor (num) will need runtime check to cast to type T
566 return new Point<T>(x * factor, y * factor);
567 ^^^^^^^^^^
568 warning: line 59, column 37 of dart:math/point.dart: [DownCastComposite] y * fac tor (num) will need runtime check to cast to type T
569 return new Point<T>(x * factor, y * factor);
570 ^^^^^^^^^^
571 warning: line 86, column 12 of dart:math/point.dart: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T
572 return dx * dx + dy * dy;
573 ^^^^^^^^^^^^^^^^^
574 warning: line 33, column 18 of dart:math/rectangle.dart: [DownCastComposite] lef t + width (num) will need runtime check to cast to type T
575 T get right => left + width;
576 ^^^^^^^^^^^^
577 warning: line 35, column 19 of dart:math/rectangle.dart: [DownCastComposite] top + height (num) will need runtime check to cast to type T
578 T get bottom => top + height;
579 ^^^^^^^^^^^^
580 warning: line 68, column 33 of dart:math/rectangle.dart: [DownCastComposite] x0 (num) will need runtime check to cast to type T
581 return new Rectangle<T>(x0, y0, x1 - x0, y1 - y0);
582 ^^
583 warning: line 68, column 37 of dart:math/rectangle.dart: [DownCastComposite] y0 (num) will need runtime check to cast to type T
584 return new Rectangle<T>(x0, y0, x1 - x0, y1 - y0);
585 ^^
586 warning: line 68, column 41 of dart:math/rectangle.dart: [DownCastComposite] x1 - x0 (num) will need runtime check to cast to type T
587 return new Rectangle<T>(x0, y0, x1 - x0, y1 - y0);
588 ^^^^^^^
589 warning: line 68, column 50 of dart:math/rectangle.dart: [DownCastComposite] y1 - y0 (num) will need runtime check to cast to type T
590 return new Rectangle<T>(x0, y0, x1 - x0, y1 - y0);
591 ^^^^^^^
592 warning: line 95, column 29 of dart:math/rectangle.dart: [DownCastComposite] lef t (num) will need runtime check to cast to type T
593 return new Rectangle<T>(left, top, right - left, bottom - top);
594 ^^^^
595 warning: line 95, column 35 of dart:math/rectangle.dart: [DownCastComposite] top (num) will need runtime check to cast to type T
596 return new Rectangle<T>(left, top, right - left, bottom - top);
597 ^^^
598 warning: line 95, column 40 of dart:math/rectangle.dart: [DownCastComposite] rig ht - left (num) will need runtime check to cast to type T
599 return new Rectangle<T>(left, top, right - left, bottom - top);
600 ^^^^^^^^^^^^
601 warning: line 95, column 54 of dart:math/rectangle.dart: [DownCastComposite] bot tom - top (num) will need runtime check to cast to type T
602 return new Rectangle<T>(left, top, right - left, bottom - top);
603 ^^^^^^^^^^^^
604 warning: line 119, column 41 of dart:math/rectangle.dart: [DownCastComposite] th is.left + this.width (num) will need runtime check to cast to type T
605 Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
606 ^^^^^^^^^^^^^^^^^^^^^^
607 warning: line 120, column 44 of dart:math/rectangle.dart: [DownCastComposite] th is.left + this.width (num) will need runtime check to cast to type T
608 Point<T> get bottomRight => new Point<T>(this.left + this.width,
609 ^^^^^^^^^^^^^^^^^^^^^^
610 warning: line 121, column 7 of dart:math/rectangle.dart: [DownCastComposite] thi s.top + this.height (num) will need runtime check to cast to type T
611 this.top + this.height);
612 ^^^^^^^^^^^^^^^^^^^^^^
613 warning: line 123, column 7 of dart:math/rectangle.dart: [DownCastComposite] thi s.top + this.height (num) will need runtime check to cast to type T
614 this.top + this.height);
615 ^^^^^^^^^^^^^^^^^^^^^^
616 warning: line 151, column 22 of dart:math/rectangle.dart: [DownCastComposite] (w idth < 0) ? -width * 0 : width (dynamic) will need runtime check to cast to type T
617 : this.width = (width < 0) ? -width * 0 : width, // Inline _clampToZero.
618 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
619 warning: line 152, column 23 of dart:math/rectangle.dart: [DownCastComposite] (h eight < 0) ? -height * 0 : height (dynamic) will need runtime check to cast to t ype T
620 this.height = (height < 0) ? -height * 0 : height;
621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
622 warning: line 167, column 14 of dart:math/rectangle.dart: [DownCastComposite] mi n(a.x, b.x) (num) will need runtime check to cast to type T
623 T left = min(a.x, b.x);
624 ^^^^^^^^^^^^^
625 warning: line 168, column 15 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.x, b.x) - left (num) will need runtime check to cast to type T
626 T width = max(a.x, b.x) - left;
627 ^^^^^^^^^^^^^^^^^^^^
628 warning: line 169, column 13 of dart:math/rectangle.dart: [DownCastComposite] mi n(a.y, b.y) (num) will need runtime check to cast to type T
629 T top = min(a.y, b.y);
630 ^^^^^^^^^^^^^
631 warning: line 170, column 16 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.y, b.y) - top (num) will need runtime check to cast to type T
632 T height = max(a.y, b.y) - top;
633 ^^^^^^^^^^^^^^^^^^^
634 warning: line 212, column 23 of dart:math/rectangle.dart: [DownCastComposite] (w idth < 0) ? _clampToZero(width) : width (dynamic) will need runtime check to cas t to type T
635 : this._width = (width < 0) ? _clampToZero(width) : width,
636 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
637 warning: line 213, column 24 of dart:math/rectangle.dart: [DownCastComposite] (h eight < 0) ? _clampToZero(height) : height (dynamic) will need runtime check to cast to type T
638 this._height = (height < 0) ? _clampToZero(height) : height;
639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
640 warning: line 228, column 14 of dart:math/rectangle.dart: [DownCastComposite] mi n(a.x, b.x) (num) will need runtime check to cast to type T
641 T left = min(a.x, b.x);
642 ^^^^^^^^^^^^^
643 warning: line 229, column 15 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.x, b.x) - left (num) will need runtime check to cast to type T
644 T width = max(a.x, b.x) - left;
645 ^^^^^^^^^^^^^^^^^^^^
646 warning: line 230, column 13 of dart:math/rectangle.dart: [DownCastComposite] mi n(a.y, b.y) (num) will need runtime check to cast to type T
647 T top = min(a.y, b.y);
648 ^^^^^^^^^^^^^
649 warning: line 231, column 16 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.y, b.y) - top (num) will need runtime check to cast to type T
650 T height = max(a.y, b.y) - top;
651 ^^^^^^^^^^^^^^^^^^^
652 warning: line 247, column 28 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(width) (num) will need runtime check to cast to type T
653 if (width < 0) width = _clampToZero(width);
654 ^^^^^^^^^^^^^^^^^^^
655 warning: line 263, column 30 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(height) (num) will need runtime check to cast to type T
656 if (height < 0) height = _clampToZero(height);
657 ^^^^^^^^^^^^^^^^^^^^
658 warning: line 310, column 12 of dart:_internal/iterable.dart: [DownCastComposite ] result (List<dynamic>) will need runtime check to cast to type List<E>
659 return result;
660 ^^^^^^
661 warning: line 357, column 39 of dart:_internal/iterable.dart: [DownCastComposite ] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable< S>
662 return new MappedIterable<S, T>._(iterable, function);
663 ^^^^^^^^
664 warning: line 378, column 17 of dart:_internal/iterable.dart: [DownCastComposite ] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable< S>
665 : super._(iterable, function);
666 ^^^^^^^^
667 warning: line 454, column 76 of dart:_internal/iterable.dart: [DownCastComposite ] _f ((dynamic) → Iterable<dynamic>) will need runtime check to cast to type (S) → Iterable<T>
668 Iterator<T> get iterator => new ExpandIterator<S, T>(_iterable.iterator, _f);
669 ^^
670 warning: line 481, column 29 of dart:_internal/iterable.dart: [DownCastComposite ] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T>
671 _currentExpansion = _f(_iterator.current).iterator;
672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
673 warning: line 555, column 57 of dart:_internal/iterable.dart: [DownCastComposite ] _f ((dynamic) → bool) will need runtime check to cast to type (E) → bool
674 return new TakeWhileIterator<E>(_iterable.iterator, _f);
675 ^^
676 warning: line 648, column 57 of dart:_internal/iterable.dart: [DownCastComposite ] _f ((dynamic) → bool) will need runtime check to cast to type (E) → bool
677 return new SkipWhileIterator<E>(_iterable.iterator, _f);
678 ^^
679 warning: line 961, column 33 of dart:_internal/iterable.dart: [DownCastComposite ] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable< T>
680 return new WhereIterable<T>(iterable, f);
681 ^^^^^^^^
682 warning: line 961, column 43 of dart:_internal/iterable.dart: [DownCastComposite ] f ((dynamic) → bool) will need runtime check to cast to type (T) → bool
683 return new WhereIterable<T>(iterable, f);
684 ^
685 warning: line 978, column 35 of dart:_internal/iterable.dart: [DownCastComposite ] list (List<dynamic>) will need runtime check to cast to type Iterable<T>
686 return new SubListIterable<T>(list, 0, n);
687 ^^^^
688 warning: line 983, column 37 of dart:_internal/iterable.dart: [DownCastComposite ] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable< T>
689 return new TakeWhileIterable<T>(iterable, test);
690 ^^^^^^^^
691 warning: line 983, column 47 of dart:_internal/iterable.dart: [DownCastComposite ] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool
692 return new TakeWhileIterable<T>(iterable, test);
693 ^^^^
694 warning: line 988, column 35 of dart:_internal/iterable.dart: [DownCastComposite ] list (List<dynamic>) will need runtime check to cast to type Iterable<T>
695 return new SubListIterable<T>(list, n, null);
696 ^^^^
697 warning: line 993, column 37 of dart:_internal/iterable.dart: [DownCastComposite ] iterable (Iterable<dynamic>) will need runtime check to cast to type Iterable< T>
698 return new SkipWhileIterable<T>(iterable, test);
699 ^^^^^^^^
700 warning: line 993, column 47 of dart:_internal/iterable.dart: [DownCastComposite ] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool
701 return new SkipWhileIterable<T>(iterable, test);
702 ^^^^
703 warning: line 997, column 40 of dart:_internal/iterable.dart: [DownCastComposite ] list (List<dynamic>) will need runtime check to cast to type Iterable<T>
704 return new ReversedListIterable<T>(list);
705 ^^^^
706 warning: line 1033, column 35 of dart:_internal/iterable.dart: [DownCastComposit e] list (List<dynamic>) will need runtime check to cast to type Iterable<T>
707 return new SubListIterable<T>(list, start, end);
708 ^^^^
709 warning: line 1115, column 31 of dart:_internal/iterable.dart: [DownCastComposit e] l (List<dynamic>) will need runtime check to cast to type List<T>
710 return new ListMapView<T>(l);
711 ^
712 warning: line 179, column 12 of dart:collection: [DownCastComposite] JS('var', ' #.splice(#, 2)[1]', bucket, index) (dynamic) will need runtime check to cast to type V
713 return JS('var', '#.splice(#, 2)[1]', bucket, index);
714 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
715 warning: line 193, column 14 of dart:collection: [DownCastComposite] key (dynami c) will need runtime check to cast to type K
716 action(key, this[key]);
717 ^^^
718 warning: line 261, column 17 of dart:collection: [DownCastComposite] _getTableEn try(table, key) (dynamic) will need runtime check to cast to type V
719 V value = _getTableEntry(table, key);
720 ^^^^^^^^^^^^^^^^^^^^^^^^^^
721 severe: line 372, column 61 of dart:collection: [InvalidRuntimeCheckError] Inval id runtime check on non-ground type K
722 : _validKey = (validKey != null) ? validKey : ((v) => v is K);
723 ^^^^^^
724 warning: line 397, column 49 of dart:collection: [DownCastComposite] key (dynami c) will need runtime check to cast to type K
725 return JS('int', '# & 0x3ffffff', _hashCode(key));
726 ^^^
727 warning: line 404, column 19 of dart:collection: [DownCastComposite] JS('var', ' #[#]', bucket, i) (dynamic) will need runtime check to cast to type K
728 if (_equals(JS('var', '#[#]', bucket, i), key)) return i;
729 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
730 warning: line 404, column 49 of dart:collection: [DownCastComposite] key (dynami c) will need runtime check to cast to type K
731 if (_equals(JS('var', '#[#]', bucket, i), key)) return i;
732 ^^^
733 warning: line 430, column 9 of dart:collection: [DownCastComposite] JS('var', '# [#]', keys, i) (dynamic) will need runtime check to cast to type E
734 f(JS('var', '#[#]', keys, i));
735 ^^^^^^^^^^^^^^^^^^^^^^^^^^
736 warning: line 456, column 18 of dart:collection: [DownCastComposite] JS('var', ' #[#]', keys, offset) (dynamic) will need runtime check to cast to type E
737 _current = JS('var', '#[#]', keys, offset);
738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
739 warning: line 561, column 12 of dart:collection: [DownCastComposite] cell._value (dynamic) will need runtime check to cast to type V
740 return cell._value;
741 ^^^^^^^^^^^
742 warning: line 627, column 12 of dart:collection: [DownCastComposite] cell._value (dynamic) will need runtime check to cast to type V
743 return cell._value;
744 ^^^^^^^^^^^
745 warning: line 642, column 14 of dart:collection: [DownCastComposite] cell._key ( dynamic) will need runtime check to cast to type K
746 action(cell._key, cell._value);
747 ^^^^^^^^^
748 warning: line 642, column 25 of dart:collection: [DownCastComposite] cell._value (dynamic) will need runtime check to cast to type V
749 action(cell._key, cell._value);
750 ^^^^^^^^^^^
751 warning: line 665, column 12 of dart:collection: [DownCastComposite] cell._value (dynamic) will need runtime check to cast to type V
752 return cell._value;
753 ^^^^^^^^^^^
754 severe: line 795, column 61 of dart:collection: [InvalidRuntimeCheckError] Inval id runtime check on non-ground type K
755 : _validKey = (validKey != null) ? validKey : ((v) => v is K);
756 ^^^^^^
757 warning: line 820, column 49 of dart:collection: [DownCastComposite] key (dynami c) will need runtime check to cast to type K
758 return JS('int', '# & 0x3ffffff', _hashCode(key));
759 ^^^
760 warning: line 828, column 19 of dart:collection: [DownCastComposite] cell._key ( dynamic) will need runtime check to cast to type K
761 if (_equals(cell._key, key)) return i;
762 ^^^^^^^^^
763 warning: line 828, column 30 of dart:collection: [DownCastComposite] key (dynami c) will need runtime check to cast to type K
764 if (_equals(cell._key, key)) return i;
765 ^^^
766 warning: line 862, column 9 of dart:collection: [DownCastComposite] cell._key (d ynamic) will need runtime check to cast to type E
767 f(cell._key);
768 ^^^^^^^^^
769 warning: line 889, column 18 of dart:collection: [DownCastComposite] _cell._key (dynamic) will need runtime check to cast to type E
770 _current = _cell._key;
771 ^^^^^^^^^^
772 warning: line 951, column 14 of dart:collection: [DownCastComposite] this.contai ns(object) ? object : null (Object) will need runtime check to cast to type E
773 return this.contains(object) ? object : null;
774 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
775 warning: line 962, column 12 of dart:collection: [DownCastComposite] bucket[inde x] (dynamic) will need runtime check to cast to type E
776 return bucket[index];
777 ^^^^^^^^^^^^^
778 severe: line 1194, column 61 of dart:collection: [InvalidRuntimeCheckError] Inva lid runtime check on non-ground type E
779 : _validKey = (validKey != null) ? validKey : ((x) => x is E);
780 ^^^^^^
781 warning: line 1202, column 21 of dart:collection: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need runtime check to cast to type E
782 if (_equality(JS('var', '#[#]', bucket, i), element)) return i;
783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
784 warning: line 1202, column 51 of dart:collection: [DownCastComposite] element (d ynamic) will need runtime check to cast to type E
785 if (_equality(JS('var', '#[#]', bucket, i), element)) return i;
786 ^^^^^^^
787 warning: line 1212, column 47 of dart:collection: [DownCastComposite] element (d ynamic) will need runtime check to cast to type E
788 return JS('int', '# & 0x3ffffff', _hasher(element));
789 ^^^^^^^
790 warning: line 1251, column 18 of dart:collection: [DownCastComposite] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E
791 _current = JS('var', '#[#]', elements, offset);
792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
793 warning: line 1328, column 14 of dart:collection: [DownCastComposite] this.conta ins(object) ? object : null (Object) will need runtime check to cast to type E
794 return this.contains(object) ? object : null;
795 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
796 warning: line 1340, column 12 of dart:collection: [DownCastComposite] bucket[ind ex]._element (dynamic) will need runtime check to cast to type E
797 return bucket[index]._element;
798 ^^^^^^^^^^^^^^^^^^^^^^
799 warning: line 1347, column 14 of dart:collection: [DownCastComposite] cell._elem ent (dynamic) will need runtime check to cast to type E
800 action(cell._element);
801 ^^^^^^^^^^^^^
802 warning: line 1357, column 12 of dart:collection: [DownCastComposite] _first._el ement (dynamic) will need runtime check to cast to type E
803 return _first._element;
804 ^^^^^^^^^^^^^^^
805 warning: line 1362, column 12 of dart:collection: [DownCastComposite] _last._ele ment (dynamic) will need runtime check to cast to type E
806 return _last._element;
807 ^^^^^^^^^^^^^^
808 warning: line 1431, column 19 of dart:collection: [DownCastComposite] cell._elem ent (dynamic) will need runtime check to cast to type E
809 E element = cell._element;
810 ^^^^^^^^^^^^^
811 severe: line 1596, column 61 of dart:collection: [InvalidRuntimeCheckError] Inva lid runtime check on non-ground type E
812 : _validKey = (validKey != null) ? validKey : ((x) => x is E);
813 ^^^^^^
814 warning: line 1606, column 21 of dart:collection: [DownCastComposite] cell._elem ent (dynamic) will need runtime check to cast to type E
815 if (_equality(cell._element, element)) return i;
816 ^^^^^^^^^^^^^
817 warning: line 1606, column 36 of dart:collection: [DownCastComposite] element (d ynamic) will need runtime check to cast to type E
818 if (_equality(cell._element, element)) return i;
819 ^^^^^^^
820 warning: line 1616, column 47 of dart:collection: [DownCastComposite] element (d ynamic) will need runtime check to cast to type E
821 return JS('int', '# & 0x3ffffff', _hasher(element));
822 ^^^^^^^
823 warning: line 1678, column 18 of dart:collection: [DownCastComposite] _cell._ele ment (dynamic) will need runtime check to cast to type E
824 _current = _cell._element;
825 ^^^^^^^^^^^^^^
826 warning: line 112, column 40 of dart:collection/hash_map.dart: [DownCastComposit e] v (dynamic) will need runtime check to cast to type V
827 other.forEach((k, v) { result[k] = v; });
828 ^
829 warning: line 128, column 17 of dart:collection/hash_set.dart: [DownCastComposit e] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable <E>
830 for (E e in elements) result.add(e);
831 ^^^^^^^^
832 warning: line 33, column 16 of dart:collection/iterator.dart: [DownCastComposite ] _iterator.current (dynamic) will need runtime check to cast to type E
833 E result = _iterator.current;
834 ^^^^^^^^^^^^^^^^^
835 warning: line 99, column 40 of dart:collection/linked_hash_map.dart: [DownCastCo mposite] v (dynamic) will need runtime check to cast to type V
836 other.forEach((k, v) { result[k] = v; });
837 ^
838 warning: line 142, column 12 of dart:collection/linked_hash_map.dart: [DownCastC omposite] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) wi ll need runtime check to cast to type LinkedHashMap<K, V>
839 return fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>());
840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
841 warning: line 65, column 56 of dart:collection/linked_list.dart: [DownCastCompos ite] entry (dynamic) will need runtime check to cast to type E
842 entries.forEach((entry) => _insertAfter(_previous, entry));
843 ^^^^^
844 warning: line 93, column 17 of dart:collection/linked_list.dart: [DownCastCompos ite] next (_LinkedListLink) will need runtime check to cast to type E
845 E entry = next;
846 ^^^^
847 warning: line 105, column 12 of dart:collection/linked_list.dart: [DownCastCompo site] _next (_LinkedListLink) will need runtime check to cast to type E
848 return _next;
849 ^^^^^
850 warning: line 112, column 12 of dart:collection/linked_list.dart: [DownCastCompo site] _previous (_LinkedListLink) will need runtime check to cast to type E
851 return _previous;
852 ^^^^^^^^^
853 warning: line 122, column 12 of dart:collection/linked_list.dart: [DownCastCompo site] _next (_LinkedListLink) will need runtime check to cast to type E
854 return _next;
855 ^^^^^
856 warning: line 134, column 14 of dart:collection/linked_list.dart: [DownCastCompo site] current (_LinkedListLink) will need runtime check to cast to type E
857 action(current);
858 ^^^^^^^
859 warning: line 192, column 16 of dart:collection/linked_list.dart: [DownCastCompo site] _next (_LinkedListLink) will need runtime check to cast to type E
860 _current = _next;
861 ^^^^^
862 warning: line 249, column 16 of dart:collection/linked_list.dart: [DownCastCompo site] _next (_LinkedListLink) will need runtime check to cast to type E
863 E result = _next;
864 ^^^^^
865 warning: line 365, column 19 of dart:collection/list.dart: [DownCastImplicit] it erable (Iterable<E>) will need runtime check to cast to type List<dynamic>
866 otherList = iterable;
867 ^^^^^^^^
868 warning: line 377, column 27 of dart:collection/list.dart: [DownCastComposite] o therList[otherStart + i] (dynamic) will need runtime check to cast to type E
869 this[start + i] = otherList[otherStart + i];
870 ^^^^^^^^^^^^^^^^^^^^^^^^^
871 warning: line 381, column 27 of dart:collection/list.dart: [DownCastComposite] o therList[otherStart + i] (dynamic) will need runtime check to cast to type E
872 this[start + i] = otherList[otherStart + i];
873 ^^^^^^^^^^^^^^^^^^^^^^^^^
874 warning: line 122, column 18 of dart:collection/maps.dart: [DownCastComposite] _ map[_map.keys.first] (dynamic) will need runtime check to cast to type V
875 V get first => _map[_map.keys.first];
876 ^^^^^^^^^^^^^^^^^^^^^
877 warning: line 123, column 19 of dart:collection/maps.dart: [DownCastComposite] _ map[_map.keys.single] (dynamic) will need runtime check to cast to type V
878 V get single => _map[_map.keys.single];
879 ^^^^^^^^^^^^^^^^^^^^^^
880 warning: line 124, column 17 of dart:collection/maps.dart: [DownCastComposite] _ map[_map.keys.last] (dynamic) will need runtime check to cast to type V
881 V get last => _map[_map.keys.last];
882 ^^^^^^^^^^^^^^^^^^^^
883 warning: line 144, column 18 of dart:collection/maps.dart: [DownCastComposite] _ map[_keys.current] (dynamic) will need runtime check to cast to type V
884 _current = _map[_keys.current];
885 ^^^^^^^^^^^^^^^^^^^
886 warning: line 208, column 23 of dart:collection/queue.dart: [DownCastComposite] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E>
887 for (final E e in elements) {
888 ^^^^^^^^
889 warning: line 211, column 12 of dart:collection/queue.dart: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E>
890 return list;
891 ^^^^
892 warning: line 402, column 40 of dart:collection/queue.dart: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E>
893 queue._table.setRange(0, length, sourceList, 0);
894 ^^^^^^^^^^
895 warning: line 411, column 31 of dart:collection/queue.dart: [DownCastComposite] elements (Iterable<dynamic>) will need runtime check to cast to type Iterable<E>
896 for (final E element in elements) {
897 ^^^^^^^^
898 warning: line 480, column 52 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
899 _table.setRange(length, length + addCount, list, 0);
900 ^^^^
901 warning: line 486, column 52 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
902 _table.setRange(_tail, _tail + addCount, list, 0);
903 ^^^^
904 warning: line 490, column 52 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
905 _table.setRange(_tail, _tail + endSpace, list, 0);
906 ^^^^
907 warning: line 491, column 40 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
908 _table.setRange(0, preSpace, list, endSpace);
909 ^^^^
910 warning: line 738, column 16 of dart:collection/queue.dart: [DownCastComposite] _queue._table[_position] (dynamic) will need runtime check to cast to type E
911 _current = _queue._table[_position];
912 ^^^^^^^^^^^^^^^^^^^^^^^^
913 severe: line 610, column 60 of dart:collection/splay_tree.dart: [AnalyzerError] The getter '_validKey' is not defined for the class '_SplayTree<K>'
914 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
915 ^^^^^^^^^
916 severe: line 610, column 38 of dart:collection/splay_tree.dart: [AnalyzerError] The getter '_comparator' is not defined for the class '_SplayTree<K>'
917 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
918 ^^^^^^^^^^^
919 warning: line 151, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K>
920 return current;
921 ^^^^^^^
922 warning: line 167, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K>
923 return current;
924 ^^^^^^^
925 warning: line 265, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] (compare == null) ? Comparable.compare : compare (dynamic) will need runtim e check to cast to type (K, K) → int
926 : _comparator = (compare == null) ? Comparable.compare : compare,
927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
928 severe: line 266, column 65 of dart:collection/splay_tree.dart: [InvalidRuntimeC heckError] Invalid runtime check on non-ground type K
929 _validKey = (isValidKey != null) ? isValidKey : ((v) => v is K);
930 ^^^^^^
931 warning: line 275, column 40 of dart:collection/splay_tree.dart: [DownCastCompos ite] v (dynamic) will need runtime check to cast to type V
932 other.forEach((k, v) { result[k] = v; });
933 ^
934 warning: line 328, column 25 of dart:collection/splay_tree.dart: [DownCastCompos ite] key (Object) will need runtime check to cast to type K
935 int comp = _splay(key);
936 ^^^
937 warning: line 331, column 16 of dart:collection/splay_tree.dart: [DownCastCompos ite] mapRoot.value (dynamic) will need runtime check to cast to type V
938 return mapRoot.value;
939 ^^^^^^^^^^^^^
940 warning: line 339, column 41 of dart:collection/splay_tree.dart: [DownCastCompos ite] key (Object) will need runtime check to cast to type K
941 _SplayTreeMapNode mapRoot = _remove(key);
942 ^^^
943 warning: line 340, column 33 of dart:collection/splay_tree.dart: [DownCastCompos ite] mapRoot.value (dynamic) will need runtime check to cast to type V
944 if (mapRoot != null) return mapRoot.value;
945 ^^^^^^^^^^^^^
946 warning: line 363, column 14 of dart:collection/splay_tree.dart: [DownCastCompos ite] mapRoot.value (dynamic) will need runtime check to cast to type V
947 return mapRoot.value;
948 ^^^^^^^^^^^^^
949 warning: line 394, column 38 of dart:collection/splay_tree.dart: [DownCastCompos ite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _ SplayTreeMapNode<K, V>
950 _SplayTreeMapNode<K, V> node = nodes.current;
951 ^^^^^^^^^^^^^
952 warning: line 408, column 37 of dart:collection/splay_tree.dart: [DownCastCompos ite] key (Object) will need runtime check to cast to type K
953 return _validKey(key) && _splay(key) == 0;
954 ^^^
955 warning: line 420, column 41 of dart:collection/splay_tree.dart: [DownCastImplic it] node.right (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic>
956 if (node.right != null && visit(node.right)) return true;
957 ^^^^^^^^^^
958 warning: line 421, column 16 of dart:collection/splay_tree.dart: [DownCastImplic it] node.left (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic>
959 node = node.left;
960 ^^^^^^^^^
961 warning: line 425, column 18 of dart:collection/splay_tree.dart: [DownCastImplic it] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTree MapNode<dynamic, dynamic>
962 return visit(_root);
963 ^^^^^
964 warning: line 441, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] _first.key (dynamic) will need runtime check to cast to type K
965 return _first.key;
966 ^^^^^^^^^^
967 warning: line 449, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] _last.key (dynamic) will need runtime check to cast to type K
968 return _last.key;
969 ^^^^^^^^^
970 warning: line 545, column 22 of dart:collection/splay_tree.dart: [DownCastImplic it] _currentNode (_SplayTreeNode<dynamic>) will need runtime check to cast to ty pe _SplayTreeMapNode<dynamic, dynamic>
971 return _getValue(_currentNode);
972 ^^^^^^^^^^^^
973 warning: line 610, column 29 of dart:collection/splay_tree.dart: [DownCastCompos ite] setOrMap._comparator (dynamic) will need runtime check to cast to type (K, K) → int
974 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
975 ^^^^^^^^^^^^^^^^^^^^
976 warning: line 610, column 51 of dart:collection/splay_tree.dart: [DownCastCompos ite] setOrMap._validKey (dynamic) will need runtime check to cast to type (Objec t) → bool
977 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
978 ^^^^^^^^^^^^^^^^^^
979 warning: line 628, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] node.key (dynamic) will need runtime check to cast to type K
980 K _getValue(_SplayTreeNode node) => node.key;
981 ^^^^^^^^
982 warning: line 633, column 42 of dart:collection/splay_tree.dart: [DownCastCompos ite] node.value (dynamic) will need runtime check to cast to type V
983 V _getValue(_SplayTreeMapNode node) => node.value;
984 ^^^^^^^^^^
985 warning: line 641, column 55 of dart:collection/splay_tree.dart: [DownCastCompos ite] node (_SplayTreeNode<dynamic>) will need runtime check to cast to type _Spl ayTreeNode<K>
986 _SplayTreeNode<K> _getValue(_SplayTreeNode node) => node;
987 ^^^^
988 warning: line 691, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] (compare == null) ? Comparable.compare : compare (dynamic) will need runtim e check to cast to type (E, E) → int
989 : _comparator = (compare == null) ? Comparable.compare : compare,
990 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
991 severe: line 692, column 65 of dart:collection/splay_tree.dart: [InvalidRuntimeC heckError] Invalid runtime check on non-ground type E
992 _validKey = (isValidKey != null) ? isValidKey : ((v) => v is E);
993 ^^^^^^
994 warning: line 705, column 29 of dart:collection/splay_tree.dart: [DownCastCompos ite] elements (Iterable<dynamic>) will need runtime check to cast to type Iterab le<E>
995 for (final E element in elements) {
996 ^^^^^^^^
997 warning: line 723, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] _first.key (dynamic) will need runtime check to cast to type E
998 return _first.key;
999 ^^^^^^^^^^
1000 warning: line 728, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] _last.key (dynamic) will need runtime check to cast to type E
1001 return _last.key;
1002 ^^^^^^^^^
1003 warning: line 739, column 40 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1004 return _validKey(object) && _splay(object) == 0;
1005 ^^^^^^
1006 warning: line 751, column 20 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1007 return _remove(object) != null;
1008 ^^^^^^
1009 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] element (Object) will need runtime check to cast to type E
1010 if (_validKey(element)) _remove(element);
1011 ^^^^^^^
1012 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1013 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key);
1014 ^^^^^^
1015 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1016 int comp = _splay(object);
1017 ^^^^^^
1018 warning: line 176, column 45 of dart:convert: [DownCastImplicit] key (Object) wi ll need runtime check to cast to type String
1019 var result = _getProperty(_processed, key);
1020 ^^^
1021 warning: line 177, column 53 of dart:convert: [DownCastImplicit] key (Object) wi ll need runtime check to cast to type String
1022 if (_isUnprocessed(result)) result = _process(key);
1023 ^^^
1024 warning: line 233, column 36 of dart:convert: [DownCastImplicit] key (Object) wi ll need runtime check to cast to type String
1025 return _hasProperty(_original, key);
1026 ^^^
1027 warning: line 311, column 12 of dart:convert: [DownCastComposite] JS('JSExtendab leArray', '#', keys) (dynamic) will need runtime check to cast to type List<Stri ng>
1028 return JS('JSExtendableArray', '#', keys);
1029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1030 warning: line 96, column 12 of dart:convert/ascii.dart: [DownCastComposite] resu lt (List<dynamic>) will need runtime check to cast to type List<int>
1031 return result;
1032 ^^^^^^
1033 warning: line 109, column 55 of dart:convert/ascii.dart: [DownCastImplicit] sink (Sink<List<int>>) will need runtime check to cast to type ByteConversionSink
1034 return new _UnicodeSubsetEncoderSink(_subsetMask, sink);
1035 ^^^^
1036 warning: line 87, column 34 of dart:convert/codec.dart: [DownCastComposite] _fir st.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T>
1037 Converter<S, T> get encoder => _first.encoder.fuse(_second.encoder);
1038 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1039 warning: line 88, column 34 of dart:convert/codec.dart: [DownCastComposite] _sec ond.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S>
1040 Converter<T, S> get decoder => _second.decoder.fuse(_first.decoder);
1041 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1042 warning: line 58, column 25 of dart:convert/converter.dart: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) will need runtime check to cast to type T
1043 T convert(S input) => _second.convert(_first.convert(input));
1044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1045 warning: line 14, column 12 of dart:convert/encoding.dart: [DownCastComposite] b yteStream.transform(decoder).fold(new StringBuffer(), (buffer, string) => buffer ..write(string)).then((buffer) => buffer.toString()) (Future<dynamic>) will need runtime check to cast to type Future<String>
1046 return byteStream
1047 ^^^^^^^^^^^
1048 warning: line 79, column 38 of dart:convert/html_escape.dart: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSin k
1049 return new _HtmlEscapeSink(this, sink);
1050 ^^^^
1051 warning: line 142, column 28 of dart:convert/json.dart: [DownCastComposite] toEn codable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object
1052 return new JsonEncoder(toEncodable).convert(value);
1053 ^^^^^^^^^^^
1054 warning: line 147, column 28 of dart:convert/json.dart: [DownCastComposite] _toE ncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object
1055 return new JsonEncoder(_toEncodable);
1056 ^^^^^^^^^^^^
1057 warning: line 243, column 48 of dart:convert/json.dart: [DownCastImplicit] _toEn codable (Function) will need runtime check to cast to type (dynamic) → dynamic
1058 _JsonStringStringifier.stringify(object, _toEncodable, indent);
1059 ^^^^^^^^^^^^
1060 warning: line 262, column 33 of dart:convert/json.dart: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSink
1061 return new _JsonEncoderSink(sink, _toEncodable, indent);
1062 ^^^^
1063 warning: line 270, column 42 of dart:convert/json.dart: [DownCastComposite] _toE ncodable (Function) will need runtime check to cast to type (Object) → dynamic
1064 return new JsonUtf8Encoder(indent, _toEncodable);
1065 ^^^^^^^^^^^^
1066 warning: line 352, column 36 of dart:convert/json.dart: [DownCastComposite] _toE ncodable (Function) will need runtime check to cast to type (Object) → dynamic
1067 _toEncodable,
1068 ^^^^^^^^^^^^
1069 warning: line 425, column 51 of dart:convert/json.dart: [DownCastImplicit] _toEn codable (Function) will need runtime check to cast to type (dynamic) → dynamic
1070 _JsonStringStringifier.printOn(o, stringSink, _toEncodable, _indent);
1071 ^^^^^^^^^^^^
1072 warning: line 455, column 53 of dart:convert/json.dart: [DownCastComposite] _toE ncodable (Function) will need runtime check to cast to type (Object) → dynamic
1073 _JsonUtf8Stringifier.stringify(object, _indent, _toEncodable,
1074 ^^^^^^^^^^^^
1075 warning: line 715, column 16 of dart:convert/json.dart: [DownCastComposite] obje ct (dynamic) will need runtime check to cast to type Map<String, Object>
1076 writeMap(object);
1077 ^^^^^^
1078 warning: line 817, column 60 of dart:convert/json.dart: [DownCastComposite] _toE ncodable (dynamic) will need runtime check to cast to type (Object) → Object
1079 _JsonStringStringifier(this._sink, _toEncodable) : super(_toEncodable);
1080 ^^^^^^^^^^^^
1081 warning: line 895, column 15 of dart:convert/json.dart: [DownCastComposite] toEn codable (dynamic) will need runtime check to cast to type (Object) → Object
1082 super(toEncodable)
1083 ^^^^^^^^^^^
1084 warning: line 24, column 44 of dart:convert/line_splitter.dart: [DownCastComposi te] sink (Sink<dynamic>) will need runtime check to cast to type Sink<String>
1085 sink = new StringConversionSink.from(sink);
1086 ^^^^
1087 warning: line 26, column 34 of dart:convert/line_splitter.dart: [DownCastImplici t] sink (Sink<dynamic>) will need runtime check to cast to type StringConversion Sink
1088 return new _LineSplitterSink(sink);
1089 ^^^^
1090 warning: line 125, column 33 of dart:convert/utf.dart: [DownCastImplicit] sink ( Sink<List<int>>) will need runtime check to cast to type ByteConversionSink
1091 return new _Utf8EncoderSink(sink);
1092 ^^^^
1093 warning: line 206, column 69 of dart:core: [DownCastImplicit] symbol (Symbol) wi ll need runtime check to cast to type Symbol
1094 String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
1095 ^^^^^^
1096 warning: line 593, column 34 of dart:core/date_time.dart: [DownCastImplicit] Pri mitives.dateNow() (num) will need runtime check to cast to type int
1097 millisecondsSinceEpoch = Primitives.dateNow();
1098 ^^^^^^^^^^^^^^^^^^^^
1099 warning: line 258, column 40 of dart:core/duration.dart: [DownCastImplicit] inMi nutes.remainder(MINUTES_PER_HOUR) (num) will need runtime check to cast to type int
1100 String twoDigitMinutes = twoDigits(inMinutes.remainder(MINUTES_PER_HOUR));
1101 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1102 warning: line 259, column 40 of dart:core/duration.dart: [DownCastImplicit] inSe conds.remainder(SECONDS_PER_MINUTE) (num) will need runtime check to cast to typ e int
1103 String twoDigitSeconds = twoDigits(inSeconds.remainder(SECONDS_PER_MINUTE));
1104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1105 warning: line 261, column 19 of dart:core/duration.dart: [DownCastImplicit] inMi croseconds.remainder(MICROSECONDS_PER_SECOND) (num) will need runtime check to c ast to type int
1106 sixDigits(inMicroseconds.remainder(MICROSECONDS_PER_SECOND));
1107 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1108 warning: line 320, column 22 of dart:core/iterable.dart: [DownCastComposite] (ge nerator != null) ? generator : _id (dynamic) will need runtime check to cast to type (int) → E
1109 _generator = (generator != null) ? generator : _id;
1110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1111 severe: line 612, column 5 of dart:core/list.dart: [AnalyzerError] The method 'c heckNull' is not defined for the class 'List'
1112 checkNull(start); // TODO(ahe): This is not specified but co19 tests it.
1113 ^^^^^^^^^
1114 severe: line 523, column 22 of dart:core/list.dart: [AnalyzerError] Undefined na me 'value'
1115 if (this[i] == value) {
1116 ^^^^^
1117 warning: line 96, column 12 of dart:core/list.dart: [DownCastComposite] list (dy namic) will need runtime check to cast to type List<E>
1118 return list;
1119 ^^^^
1120 warning: line 128, column 16 of dart:core/list.dart: [DownCastComposite] e (dyna mic) will need runtime check to cast to type E
1121 list.add(e);
1122 ^
1123 warning: line 131, column 12 of dart:core/list.dart: [DownCastComposite] makeLis tFixedLength(list) (List<dynamic>) will need runtime check to cast to type List< E>
1124 return makeListFixedLength(list);
1125 ^^^^^^^^^^^^^^^^^^^^^^^^^
1126 warning: line 186, column 9 of dart:core/list.dart: [DownCastComposite] JS('', ' #[#]', this, i) (dynamic) will need runtime check to cast to type E
1127 f(JS('', '#[#]', this, i));
1128 ^^^^^^^^^^^^^^^^^^^^^^^
1129 warning: line 222, column 12 of dart:core/list.dart: [DownCastComposite] Iterabl eMixinWorkaround.reduce(this, combine) (dynamic) will need runtime check to cast to type E
1130 return IterableMixinWorkaround.reduce(this, combine);
1131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1132 warning: line 230, column 12 of dart:core/list.dart: [DownCastComposite] Iterabl eMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need runtime chec k to cast to type E
1133 return IterableMixinWorkaround.firstWhere(this, test, orElse);
1134 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1135 warning: line 234, column 12 of dart:core/list.dart: [DownCastComposite] Iterabl eMixinWorkaround.lastWhereList(this, test, orElse) (dynamic) will need runtime c heck to cast to type E
1136 return IterableMixinWorkaround.lastWhereList(this, test, orElse);
1137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1138 warning: line 238, column 12 of dart:core/list.dart: [DownCastComposite] Iterabl eMixinWorkaround.singleWhere(this, test) (dynamic) will need runtime check to ca st to type E
1139 return IterableMixinWorkaround.singleWhere(this, test);
1140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1141 warning: line 281, column 12 of dart:core/list.dart: [DownCastComposite] JS('', 'dart.setType(#.slice(), core.List\$(#))', this, E) (dynamic) will need runtime check to cast to type List<E>
1142 return JS('', 'dart.setType(#.slice(), core.List\$(#))', this, E);
1143 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1144 warning: line 299, column 12 of dart:core/list.dart: [DownCastComposite] JS('var ', '#[#]', this, index) (dynamic) will need runtime check to cast to type E
1145 return JS('var', '#[#]', this, index);
1146 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1147 warning: line 550, column 12 of dart:core/list.dart: [DownCastComposite] JS('var ', r'#.splice(#, 1)[0]', this, index) (dynamic) will need runtime check to cast to type E
1148 return JS('var', r'#.splice(#, 1)[0]', this, index);
1149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1150 warning: line 561, column 12 of dart:core/list.dart: [DownCastComposite] JS('var ', r'#.pop()', this) (dynamic) will need runtime check to cast to type E
1151 return JS('var', r'#.pop()', this);
1152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1153 warning: line 102, column 12 of dart:core/stopwatch.dart: [DownCastImplicit] (_s top == null) ? (_now() - _start) : (_stop - _start) (num) will need runtime chec k to cast to type int
1154 return (_stop == null) ? (_now() - _start) : (_stop - _start);
1155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1156 warning: line 753, column 22 of dart:core/string.dart: [DownCastImplicit] _curre ntCodePoint (num) will need runtime check to cast to type int
1157 int get current => _currentCodePoint;
1158 ^^^^^^^^^^^^^^^^^
1159 warning: line 94, column 12 of dart:core/uri.dart: [DownCastImplicit] _port (num ) will need runtime check to cast to type int
1160 return _port;
1161 ^^^^^
1162 warning: line 893, column 14 of dart:core/uri.dart: [DownCastImplicit] this._por t (num) will need runtime check to cast to type int
1163 port = this._port;
1164 ^^^^^^^^^^
1165 warning: line 1131, column 45 of dart:core/uri.dart: [DownCastComposite] _userin foTable (List<dynamic>) will need runtime check to cast to type List<int>
1166 return _normalize(userInfo, start, end, _userinfoTable);
1167 ^^^^^^^^^^^^^^
1168 warning: line 1144, column 45 of dart:core/uri.dart: [DownCastComposite] _pathCh arOrSlashTable (List<dynamic>) will need runtime check to cast to type List<int>
1169 result = _normalize(path, start, end, _pathCharOrSlashTable);
1170 ^^^^^^^^^^^^^^^^^^^^^
1171 warning: line 1146, column 51 of dart:core/uri.dart: [DownCastComposite] _pathCh arTable (List<dynamic>) will need runtime check to cast to type List<int>
1172 result = pathSegments.map((s) => _uriEncode(_pathCharTable, s)).join("/");
1173 ^^^^^^^^^^^^^^
1174 warning: line 1163, column 61 of dart:core/uri.dart: [DownCastComposite] _queryC harTable (List<dynamic>) will need runtime check to cast to type List<int>
1175 if (query != null) return _normalize(query, start, end, _queryCharTable);
1176 ^^^^^^^^^^^^^^^
1177 warning: line 1183, column 45 of dart:core/uri.dart: [DownCastComposite] _queryC harTable (List<dynamic>) will need runtime check to cast to type List<int>
1178 return _normalize(fragment, start, end, _queryCharTable);
1179 ^^^^^^^^^^^^^^^
1180 warning: line 1278, column 37 of dart:core/uri.dart: [DownCastComposite] codeUni ts (List<dynamic>) will need runtime check to cast to type Iterable<int>
1181 return new String.fromCharCodes(codeUnits);
1182 ^^^^^^^^^
1183 warning: line 1494, column 22 of dart:core/uri.dart: [DownCastImplicit] this._po rt (num) will need runtime check to cast to type int
1184 targetPort = this._port;
1185 ^^^^^^^^^^
1186 warning: line 1754, column 23 of dart:core/uri.dart: [DownCastComposite] _unrese rved2396Table (List<dynamic>) will need runtime check to cast to type List<int>
1187 return _uriEncode(_unreserved2396Table, component);
1188 ^^^^^^^^^^^^^^^^^^^^
1189 warning: line 1793, column 9 of dart:core/uri.dart: [DownCastComposite] _unreser vedTable (List<dynamic>) will need runtime check to cast to type List<int>
1190 _unreservedTable, component, encoding: encoding, spaceToPlus: true);
1191 ^^^^^^^^^^^^^^^^
1192 warning: line 1837, column 23 of dart:core/uri.dart: [DownCastComposite] _encode FullTable (List<dynamic>) will need runtime check to cast to type List<int>
1193 return _uriEncode(_encodeFullTable, uri);
1194 ^^^^^^^^^^^^^^^^
1195 warning: line 1869, column 12 of dart:core/uri.dart: [DownCastComposite] query.s plit("&").fold({}, (map, element) {int index = element.indexOf("="); if (index = = -1) {if (element != "") {map[decodeQueryComponent(element, encoding: encoding) ] = "";}} else if (index != 0) {var key = element.substring(0, index); var value = element.substring(index + 1); map[Uri.decodeQueryComponent(key, encoding: enc oding)] = decodeQueryComponent(value, encoding: encoding);} return map;}) (dynam ic) will need runtime check to cast to type Map<String, String>
1196 return query.split("&").fold({}, (map, element) {
1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1198 warning: line 1901, column 12 of dart:core/uri.dart: [DownCastComposite] bytes.m ap((byteString) {int byte = int.parse(byteString); if (byte < 0 || byte > 255) { error('each part must be in the range of `0..255`');} return byte;}).toList() (L ist<dynamic>) will need runtime check to cast to type List<int>
1199 return bytes
1200 ^^^^^^
1201 warning: line 2023, column 12 of dart:core/uri.dart: [DownCastComposite] bytes ( List<dynamic>) will need runtime check to cast to type List<int>
1202 return bytes;
1203 ^^^^^
OLDNEW
« tool/build_sdk.sh ('K') | « tool/build_sdk.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698