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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tool/input_sdk/private/classes.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 severe: [AnalyzerMessage] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map' (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47) 1 severe: [AnalyzerMessage] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map' (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
2 severe: [STATIC_TYPE_ERROR] Type check failed: x (InternalMap) is not of type Ma p<dynamic, dynamic> (dart:_isolate_helper/isolate_serialization.dart, line 47, c ol 47) 2 severe: [STATIC_TYPE_ERROR] Type check failed: x (InternalMap) is not of type Ma p<dynamic, dynamic> (dart:_isolate_helper/isolate_serialization.dart, line 47, c ol 47)
3 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7) 3 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7)
4 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7) 4 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7)
5 severe: [STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscription<T> subscr iption) {subscription._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stream_contr oller.dart, line 371, col 24) 5 severe: [STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscription<T> subscr iption) {subscription._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stream_contr oller.dart, line 371, col 24)
6 severe: [STATIC_TYPE_ERROR] Type check failed: _nullDataHandler ((dynamic) → voi d) is not of type (T) → void (dart:async/stream_impl.dart, line 153, col 42) 6 severe: [STATIC_TYPE_ERROR] Type check failed: _nullDataHandler ((dynamic) → voi d) is not of type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
7 severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleData ((dynamic, Eve ntSink<dynamic>) → void) is not of type (S, EventSink<T>) → void (dart:async/str eam_transformers.dart, line 234, col 48) 7 severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleData ((dynamic, Eve ntSink<dynamic>) → void) is not of type (S, EventSink<T>) → void (dart:async/str eam_transformers.dart, line 234, col 48)
8 severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleError ((dynamic, St ackTrace, EventSink<dynamic>) → void) is not of type (Object, StackTrace, EventS ink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50) 8 severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleError ((dynamic, St ackTrace, EventSink<dynamic>) → void) is not of type (Object, StackTrace, EventS ink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
9 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<Se ndPort> (dart:_isolate_helper, line 574, col 29) 9 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<Se ndPort> (dart:_isolate_helper, line 574, col 29)
10 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:_isolate_helper, line 839, col 37) 10 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:_isolate_helper, line 839, col 37)
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 229, col 15) 248 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 229, col 15)
249 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 231, col 16) 249 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 231, col 16)
250 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 247, col 28) 250 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 247, col 28)
251 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 263, col 30) 251 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re ctangle.dart, line 263, col 30)
252 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:_debugger, line 25, col 5) 252 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:_debugger, line 25, col 5)
253 severe: [STATIC_TYPE_ERROR] Type check failed: _convertToJS ((dynamic) → dynamic ) is not of type (E) → dynamic (dart:js, line 326, col 44) 253 severe: [STATIC_TYPE_ERROR] Type check failed: _convertToJS ((dynamic) → dynamic ) is not of type (E) → dynamic (dart:js, line 326, col 44)
254 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 359, col 12) 254 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 359, col 12)
255 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 405, col 12) 255 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 405, col 12)
256 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 410, col 12) 256 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 410, col 12)
257 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31) 257 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31)
258 severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Nod e' (dart:html, line 5562, col 32) 258 severe: [AnalyzerMessage] The setter 'href' is not defined for the class 'Elemen t' (dart:html, line 172, col 25)
259 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8469, col 5) 259 severe: [AnalyzerMessage] The final variable 'origin' must be initialized (dart: html, line 180, col 3)
260 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 11031, col 185) 260 severe: [AnalyzerMessage] The final variable 'origin' must be initialized (dart: html, line 747, col 3)
261 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14663, col 32) 261 severe: [AnalyzerMessage] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1378, col 3)
262 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14675, col 34) 262 severe: [AnalyzerMessage] The setter 'width' is not defined for the class 'Eleme nt' (dart:html, line 1561, col 26)
263 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.left ca nnot be overridden in CssRect. (dart:html, line 15350, col 3) 263 severe: [AnalyzerMessage] The setter 'height' is not defined for the class 'Elem ent' (dart:html, line 1562, col 27)
264 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.top can not be overridden in CssRect. (dart:html, line 15352, col 3) 264 severe: [AnalyzerMessage] The method '_initCompositionEvent' is not defined for the class 'Event' (dart:html, line 2631, col 9)
265 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 15949, col 31) 265 severe: [AnalyzerMessage] The final variable 'options' must be initialized (dart :html, line 8257, col 3)
266 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 15973, col 31) 266 severe: [AnalyzerMessage] The method '_initDeviceOrientationEvent' is not define d for the class 'Event' (dart:html, line 8676, col 7)
267 severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEv entListener_1', 'EventTarget._addEventListener_2', 'EventTarget._addEventListene r_3', 'EventTarget._addEventListener_4' and 7 more (dart:html, line 18682, col 7 ) 267 severe: [STATIC_TYPE_ERROR] Type check failed: new _FrozenElementList._wrap(_que rySelectorAll(selectors)) (_FrozenElementList) is not of type ElementList<Elemen t> (dart:html, line 9835, col 12)
268 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._initEvent_1 ', 'Event._preventDefault_1', 'Event._stopImmediatePropagation_1', 'Event._stopP ropagation_1' and 4 more (dart:html, line 18830, col 7) 268 severe: [STATIC_TYPE_ERROR] Type check failed: new _FrozenElementList._wrap(_que rySelectorAll(selectors)) (_FrozenElementList) is not of type ElementList<Elemen t> (dart:html, line 9964, col 5)
269 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18876, col 12) 269 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.a cannot be overridden in DomMatrix. (dart:html, line 10233, col 3)
270 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 18946, col 5) 270 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.a (() → num) is not a subtype of DomMatrixReadOnly.a (() → double). (dart:html, line 1 0233, col 3)
271 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18990, col 3) 271 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.b cannot be overridden in DomMatrix. (dart:html, line 10240, col 3)
272 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'KeyboardEvent' (dart:html, line 18990, col 45) 272 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.b (() → num) is not a subtype of DomMatrixReadOnly.b (() → double). (dart:html, line 1 0240, col 3)
273 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._initEvent_1 ', 'Event._preventDefault_1', 'Event._stopImmediatePropagation_1', 'Event._stopP ropagation_1' and 2 more (dart:html, line 19063, col 7) 273 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.c cannot be overridden in DomMatrix. (dart:html, line 10247, col 3)
274 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 19075, col 3) 274 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.c (() → num) is not a subtype of DomMatrixReadOnly.c (() → double). (dart:html, line 1 0247, col 3)
275 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'Event' (dart:html, line 19075, col 45) 275 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.d cannot be overridden in DomMatrix. (dart:html, line 10254, col 3)
276 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 19121, col 18) 276 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.d (() → num) is not a subtype of DomMatrixReadOnly.d (() → double). (dart:html, line 1 0254, col 3)
277 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 19122, col 23) 277 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.e cannot be overridden in DomMatrix. (dart:html, line 10261, col 3)
278 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 19123, col 56) 278 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.e (() → num) is not a subtype of DomMatrixReadOnly.e (() → double). (dart:html, line 1 0261, col 3)
279 severe: [AnalyzerMessage] Directives must appear before any declarations (dart:h tml, line 19526, col 1) 279 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.f cannot be overridden in DomMatrix. (dart:html, line 10268, col 3)
280 severe: [AnalyzerMessage] The name 'Entry' is not a type and cannot be used as a parameterized type (dart:html, line 19593, col 44) 280 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.f (() → num) is not a subtype of DomMatrixReadOnly.f (() → double). (dart:html, line 1 0268, col 3)
281 severe: [AnalyzerMessage] Expected to find ';' (dart:html, line 19644, col 48) 281 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m11 cannot be overridden in DomMatrix. (dart:html, line 10275, col 3)
282 severe: [AnalyzerMessage] Undefined name 'console' (dart:html, line 19659, col 5 ) 282 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m11 (( ) → num) is not a subtype of DomMatrixReadOnly.m11 (() → double). (dart:html, li ne 10275, col 3)
283 severe: [AnalyzerMessage] Undefined name 'js' (dart:html, line 19676, col 21) 283 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m12 cannot be overridden in DomMatrix. (dart:html, line 10282, col 3)
284 severe: [AnalyzerMessage] Undefined name 'js' (dart:html, line 19677, col 23) 284 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m12 (( ) → num) is not a subtype of DomMatrixReadOnly.m12 (() → double). (dart:html, li ne 10282, col 3)
285 severe: [AnalyzerMessage] Undefined name 'js' (dart:html, line 19678, col 20) 285 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m13 cannot be overridden in DomMatrix. (dart:html, line 10289, col 3)
286 severe: [AnalyzerMessage] The name 'File' is not defined and cannot be used in a n 'is' expression (dart:html_common/conversions.dart, line 103, col 14) 286 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m13 (( ) → num) is not a subtype of DomMatrixReadOnly.m13 (() → double). (dart:html, li ne 10289, col 3)
287 severe: [AnalyzerMessage] The name 'Blob' is not defined and cannot be used in a n 'is' expression (dart:html_common/conversions.dart, line 104, col 14) 287 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m14 cannot be overridden in DomMatrix. (dart:html, line 10296, col 3)
288 severe: [AnalyzerMessage] The name 'FileList' is not defined and cannot be used in an 'is' expression (dart:html_common/conversions.dart, line 105, col 14) 288 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m14 (( ) → num) is not a subtype of DomMatrixReadOnly.m14 (() → double). (dart:html, li ne 10296, col 3)
289 severe: [AnalyzerMessage] The name 'ImageData' is not defined and cannot be used in an 'is' expression (dart:html_common/conversions.dart, line 108, col 14) 289 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m21 cannot be overridden in DomMatrix. (dart:html, line 10303, col 3)
290 severe: [AnalyzerMessage] Classes can only implement other classes (dart:html_co mmon/conversions.dart, line 269, col 42) 290 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m21 (( ) → num) is not a subtype of DomMatrixReadOnly.m21 (() → double). (dart:html, li ne 10303, col 3)
291 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 269, col 42) 291 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m22 cannot be overridden in DomMatrix. (dart:html, line 10310, col 3)
292 severe: [AnalyzerMessage] Undefined class 'gl.ContextAttributes' (dart:html_comm on/conversions.dart, line 283, col 1) 292 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m22 (( ) → num) is not a subtype of DomMatrixReadOnly.m22 (() → double). (dart:html, li ne 10310, col 3)
293 severe: [AnalyzerMessage] The name 'gl.ContextAttributes' is not defined and can not be used in an 'is' expression (dart:html_common/conversions.dart, line 285, col 34) 293 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m23 cannot be overridden in DomMatrix. (dart:html, line 10317, col 3)
294 severe: [AnalyzerMessage] Classes can only implement other classes (dart:html_co mmon/conversions.dart, line 306, col 34) 294 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m23 (( ) → num) is not a subtype of DomMatrixReadOnly.m23 (() → double). (dart:html, li ne 10317, col 3)
295 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 306, col 34) 295 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m24 cannot be overridden in DomMatrix. (dart:html, line 10324, col 3)
296 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 314, col 1) 296 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m24 (( ) → num) is not a subtype of DomMatrixReadOnly.m24 (() → double). (dart:html, li ne 10324, col 3)
297 severe: [AnalyzerMessage] The name 'ImageData' is not defined and cannot be used in an 'is' expression (dart:html_common/conversions.dart, line 324, col 26) 297 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m31 cannot be overridden in DomMatrix. (dart:html, line 10331, col 3)
298 severe: [AnalyzerMessage] Undefined class 'ImageData' (dart:html_common/conversi ons.dart, line 352, col 31) 298 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m31 (( ) → num) is not a subtype of DomMatrixReadOnly.m31 (() → double). (dart:html, li ne 10331, col 3)
299 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m32 cannot be overridden in DomMatrix. (dart:html, line 10338, col 3)
300 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m32 (( ) → num) is not a subtype of DomMatrixReadOnly.m32 (() → double). (dart:html, li ne 10338, col 3)
301 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m33 cannot be overridden in DomMatrix. (dart:html, line 10345, col 3)
302 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m33 (( ) → num) is not a subtype of DomMatrixReadOnly.m33 (() → double). (dart:html, li ne 10345, col 3)
303 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m34 cannot be overridden in DomMatrix. (dart:html, line 10352, col 3)
304 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m34 (( ) → num) is not a subtype of DomMatrixReadOnly.m34 (() → double). (dart:html, li ne 10352, col 3)
305 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m41 cannot be overridden in DomMatrix. (dart:html, line 10359, col 3)
306 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m41 (( ) → num) is not a subtype of DomMatrixReadOnly.m41 (() → double). (dart:html, li ne 10359, col 3)
307 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m42 cannot be overridden in DomMatrix. (dart:html, line 10366, col 3)
308 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m42 (( ) → num) is not a subtype of DomMatrixReadOnly.m42 (() → double). (dart:html, li ne 10366, col 3)
309 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m43 cannot be overridden in DomMatrix. (dart:html, line 10373, col 3)
310 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m43 (( ) → num) is not a subtype of DomMatrixReadOnly.m43 (() → double). (dart:html, li ne 10373, col 3)
311 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly.m44 cannot be overridden in DomMatrix. (dart:html, line 10380, col 3)
312 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomMatrix.m44 (( ) → num) is not a subtype of DomMatrixReadOnly.m44 (() → double). (dart:html, li ne 10380, col 3)
313 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly.w cannot be overridden in DomPoint. (dart:html, line 10651, col 3)
314 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomPoint.w (() → num) is not a subtype of DomPointReadOnly.w (() → double). (dart:html, line 106 51, col 3)
315 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly.x cannot be overridden in DomPoint. (dart:html, line 10658, col 3)
316 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomPoint.x (() → num) is not a subtype of DomPointReadOnly.x (() → double). (dart:html, line 106 58, col 3)
317 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly.y cannot be overridden in DomPoint. (dart:html, line 10665, col 3)
318 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomPoint.y (() → num) is not a subtype of DomPointReadOnly.y (() → double). (dart:html, line 106 65, col 3)
319 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly.z cannot be overridden in DomPoint. (dart:html, line 10672, col 3)
320 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomPoint.z (() → num) is not a subtype of DomPointReadOnly.z (() → double). (dart:html, line 106 72, col 3)
321 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomStringList.co ntains ((String) → bool) is not a subtype of Iterable<String>.contains ((Object) → bool). (dart:html, line 10951, col 3)
322 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of DomStringList.co ntains ((String) → bool) is not a subtype of ListMixin<String>.contains ((Object ) → bool). (dart:html, line 10951, col 3)
323 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _FrozenElementLi st.sort (([(Element, Element) → int]) → void) is not a subtype of ListMixin<dyna mic>.sort (([(dynamic, dynamic) → int]) → void). (dart:html, line 11756, col 3)
324 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _FrozenElementLi st.sort (([(Element, Element) → int]) → void) is not a subtype of ListMixin<dyna mic>.sort (([(dynamic, dynamic) → int]) → void). (dart:html, line 11756, col 3)
325 severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Nod e' (dart:html, line 11782, col 32)
326 severe: [AnalyzerMessage] The final variables '_attributes', '_childElementCount ' and '20' more must be initialized (dart:html, line 12317, col 3)
327 severe: [STATIC_TYPE_ERROR] Type check failed: new _FrozenElementList._wrap(_que rySelectorAll(selectors)) (_FrozenElementList) is not of type ElementList<Elemen t> (dart:html, line 12541, col 5)
328 severe: [AnalyzerMessage] The setter 'href' is not defined for the class 'Elemen t' (dart:html, line 13233, col 12)
329 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 15341, col 18)
330 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 15342, col 23)
331 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 15343, col 56)
332 severe: [INVALID_FIELD_OVERRIDE] Field declaration Events._ptr cannot be overrid den in ElementEvents. (dart:html, line 15642, col 3)
333 severe: [AnalyzerMessage] The final variables 'elements', 'form' and '4' more mu st be initialized (dart:html, line 15820, col 3)
334 severe: [AnalyzerMessage] The final variable 'length' must be initialized (dart: html, line 16719, col 3)
335 severe: [INVALID_FIELD_OVERRIDE] Field declaration Document.fullscreenElement ca nnot be overridden in HtmlDocument. (dart:html, line 18163, col 3)
336 severe: [INVALID_FIELD_OVERRIDE] Field declaration Document.fullscreenEnabled ca nnot be overridden in HtmlDocument. (dart:html, line 18179, col 3)
337 severe: [INVALID_FIELD_OVERRIDE] Field declaration Document.hidden cannot be ove rridden in HtmlDocument. (dart:html, line 18185, col 3)
338 severe: [INVALID_FIELD_OVERRIDE] Field declaration Document.visibilityState cann ot be overridden in HtmlDocument. (dart:html, line 18192, col 3)
339 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of HtmlFormControls Collection.namedItem ((String) → Object) is not a subtype of HtmlCollection.name dItem ((String) → Element). (dart:html, line 18314, col 3)
340 severe: [AnalyzerMessage] The method 'convertDartClosureToJS' is not defined for the class 'HttpRequest' (dart:html, line 18659, col 33)
341 severe: [AnalyzerMessage] The method 'convertDartClosureToJS' is not defined for the class 'HttpRequest' (dart:html, line 18663, col 34)
342 severe: [AnalyzerMessage] The final variable '_get_contentWindow' must be initia lized (dart:html, line 19230, col 3)
343 severe: [AnalyzerMessage] The setter 'src' is not defined for the class 'Element ' (dart:html, line 19358, col 24)
344 severe: [AnalyzerMessage] The setter 'width' is not defined for the class 'Eleme nt' (dart:html, line 19359, col 26)
345 severe: [AnalyzerMessage] The setter 'height' is not defined for the class 'Elem ent' (dart:html, line 19360, col 27)
346 severe: [AnalyzerMessage] The final variables 'complete', 'currentSrc' and '2' m ore must be initialized (dart:html, line 19368, col 3)
347 severe: [AnalyzerMessage] The setter 'type' is not defined for the class 'Elemen t' (dart:html, line 19484, col 11)
348 severe: [AnalyzerMessage] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized (dart:html, line 19497, col 3)
349 severe: [AnalyzerMessage] The method '_initKeyboardEvent' is not defined for the class 'Event' (dart:html, line 20403, col 7)
350 severe: [AnalyzerMessage] The final variables 'form', 'labels' and '4' more must be initialized (dart:html, line 20523, col 3)
351 severe: [AnalyzerMessage] The final variables 'control' and 'form' must be initi alized (dart:html, line 20629, col 3)
352 severe: [AnalyzerMessage] The final variable 'form' must be initialized (dart:ht ml, line 20663, col 3)
353 severe: [AnalyzerMessage] The final variables 'import', 'sheet' and '1' more mus t be initialized (dart:html, line 20689, col 3)
354 severe: [AnalyzerMessage] The final variable 'areas' must be initialized (dart:h tml, line 20887, col 3)
355 severe: [AnalyzerMessage] The final variables 'audioDecodedByteCount', 'audioTra cks' and '15' more must be initialized (dart:html, line 21092, col 3)
356 severe: [AnalyzerMessage] The method '_initMessageEvent' is not defined for the class 'Event' (dart:html, line 22233, col 11)
357 severe: [AnalyzerMessage] The final variable 'labels' must be initialized (dart: html, line 22428, col 3)
358 severe: [AnalyzerMessage] The method '_initMouseEvent' is not defined for the cl ass 'Event' (dart:html, line 22890, col 11)
359 severe: [AnalyzerMessage] The method 'convertDartClosureToJS' is not defined for the class 'MutationObserver' (dart:html, line 23178, col 9)
360 severe: [AnalyzerMessage] The final variables '_localName', '_namespaceUri' and '12' more must be initialized (dart:html, line 23805, col 3)
361 severe: [AnalyzerMessage] The final variables 'form', 'validationMessage' and '2 ' more must be initialized (dart:html, line 24598, col 3)
362 severe: [AnalyzerMessage] The final variables 'form' and 'index' must be initial ized (dart:html, line 24733, col 3)
363 severe: [AnalyzerMessage] The final variables 'form', 'htmlFor' and '5' more mus t be initialized (dart:html, line 24787, col 3)
364 severe: [AnalyzerMessage] The final variables 'labels' and 'position' must be in itialized (dart:html, line 25757, col 3)
365 severe: [AnalyzerMessage] The final variables 'form', 'labels' and '4' more must be initialized (dart:html, line 27206, col 3)
366 severe: [AnalyzerMessage] The argument type 'List<Element>' cannot be assigned t o the parameter type 'Iterable<OptionElement>' (dart:html, line 27302, col 37)
367 severe: [STATIC_TYPE_ERROR] Type check failed: options (List<Element>) is not of type Iterable<OptionElement> (dart:html, line 27302, col 37)
368 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of SharedWorker.onE rror (() → Stream<Event>) is not a subtype of AbstractWorker.onError (() → Strea m<ErrorEvent>). (dart:html, line 27862, col 3)
369 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Storage.contains Value ((String) → bool) is not a subtype of Map<String, String>.containsValue (( Object) → bool). (dart:html, line 28874, col 3)
370 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Storage.contains Key ((String) → bool) is not a subtype of Map<String, String>.containsKey ((Obje ct) → bool). (dart:html, line 28876, col 3)
371 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Storage.[] ((Str ing) → String) is not a subtype of Map<String, String>.[] ((Object) → String). ( dart:html, line 28878, col 3)
372 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Storage.remove ( (String) → String) is not a subtype of Map<String, String>.remove ((Object) → St ring). (dart:html, line 28887, col 3)
373 severe: [AnalyzerMessage] The method '_initStorageEvent' is not defined for the class 'Event' (dart:html, line 28994, col 7)
374 severe: [AnalyzerMessage] The final variable 'sheet' must be initialized (dart:h tml, line 29133, col 3)
375 severe: [AnalyzerMessage] The final variable 'cellIndex' must be initialized (da rt:html, line 29255, col 3)
376 severe: [AnalyzerMessage] The final variables '_rows' and '_tBodies' must be ini tialized (dart:html, line 29366, col 3)
377 severe: [AnalyzerMessage] The final variables '_cells', 'rowIndex' and '1' more must be initialized (dart:html, line 29476, col 3)
378 severe: [AnalyzerMessage] The final variable '_rows' must be initialized (dart:h tml, line 29543, col 3)
379 severe: [AnalyzerMessage] The final variable 'content' must be initialized (dart :html, line 29586, col 3)
380 severe: [AnalyzerMessage] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 29662, col 3)
381 severe: [AnalyzerMessage] The method '_initTextEvent' is not defined for the cla ss 'Event' (dart:html, line 29805, col 7)
382 severe: [AnalyzerMessage] The method '_initTouchEvent' is not defined for the cl ass 'Event' (dart:html, line 30465, col 7)
383 severe: [AnalyzerMessage] The final variables 'readyState' and 'track' must be i nitialized (dart:html, line 30615, col 3)
384 severe: [AnalyzerMessage] The method '_initUIEvent' is not defined for the class 'Event' (dart:html, line 30795, col 7)
385 severe: [AnalyzerMessage] The final variables 'decodedFrameCount', 'droppedFrame Count' and '2' more must be initialized (dart:html, line 31145, col 3)
386 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Window.postMessa ge ((dynamic, String, [List<MessagePort>]) → void) is not a subtype of WindowBas e.postMessage ((dynamic, String, [List<dynamic>]) → void). (dart:html, line 3298 8, col 3)
387 severe: [AnalyzerMessage] The return type 'String' is not a 'void', as defined b y the method '' (dart:html, line 33900, col 14)
388 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of Worker.onError ( () → Stream<Event>) is not a subtype of AbstractWorker.onError (() → Stream<Erro rEvent>). (dart:html, line 34095, col 3)
389 severe: [INVALID_FIELD_OVERRIDE] Field declaration Node.text cannot be overridde n in _Attr. (dart:html, line 34597, col 3)
390 severe: [INVALID_FIELD_OVERRIDE] Field declaration Node.text= cannot be overridd en in _Attr. (dart:html, line 34599, col 3)
391 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.height cannot be overridden in _DomRect. (dart:html, line 35143, col 3)
392 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DomRect.height (() → num) is not a subtype of DomRectReadOnly.height (() → double). (dart:html, line 35143, col 3)
393 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.width cannot be overridden in _DomRect. (dart:html, line 35150, col 3)
394 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DomRect.width ( () → num) is not a subtype of DomRectReadOnly.width (() → double). (dart:html, l ine 35150, col 3)
395 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.x cannot be o verridden in _DomRect. (dart:html, line 35157, col 3)
396 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DomRect.x (() → num) is not a subtype of DomRectReadOnly.x (() → double). (dart:html, line 3515 7, col 3)
397 severe: [INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.y cannot be o verridden in _DomRect. (dart:html, line 35164, col 3)
398 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DomRect.y (() → num) is not a subtype of DomRectReadOnly.y (() → double). (dart:html, line 3516 4, col 3)
399 severe: [AnalyzerMessage] The method '_initMutationEvent' is not defined for the class 'Event' (dart:html, line 35455, col 11)
400 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _AttributeMap.co ntainsValue ((String) → bool) is not a subtype of Map<String, String>.containsVa lue ((Object) → bool). (dart:html, line 36034, col 3)
401 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 36069, col 32)
402 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 36081, col 34)
403 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementAttribut eMap.containsKey ((String) → bool) is not a subtype of Map<String, String>.conta insKey ((Object) → bool). (dart:html, line 36112, col 3)
404 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementAttribut eMap.[] ((String) → String) is not a subtype of Map<String, String>.[] ((Object) → String). (dart:html, line 36116, col 3)
405 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementAttribut eMap.remove ((String) → String) is not a subtype of Map<String, String>.remove ( (Object) → String). (dart:html, line 36124, col 3)
406 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _NamespacedAttri buteMap.containsKey ((String) → bool) is not a subtype of Map<String, String>.co ntainsKey ((Object) → bool). (dart:html, line 36149, col 3)
407 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _NamespacedAttri buteMap.[] ((String) → String) is not a subtype of Map<String, String>.[] ((Obje ct) → String). (dart:html, line 36153, col 3)
408 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _NamespacedAttri buteMap.remove ((String) → String) is not a subtype of Map<String, String>.remov e ((Object) → String). (dart:html, line 36161, col 3)
409 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DataAttributeMa p.containsValue ((String) → bool) is not a subtype of Map<String, String>.contai nsValue ((Object) → bool). (dart:html, line 36195, col 3)
410 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DataAttributeMa p.containsKey ((String) → bool) is not a subtype of Map<String, String>.contains Key ((Object) → bool). (dart:html, line 36197, col 3)
411 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DataAttributeMa p.[] ((String) → String) is not a subtype of Map<String, String>.[] ((Object) → String). (dart:html, line 36199, col 3)
412 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _DataAttributeMa p.remove ((String) → String) is not a subtype of Map<String, String>.remove ((Ob ject) → String). (dart:html, line 36208, col 3)
413 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSet.cont ains ((String) → bool) is not a subtype of Set<String>.contains ((Object) → bool ). (dart:html, line 36521, col 3)
414 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSet.remo veAll ((Iterable<String>) → void) is not a subtype of Set<String>.removeAll ((It erable<Object>) → void). (dart:html, line 36573, col 3)
415 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'num' (dart:html, line 36620, col 21)
416 severe: [AnalyzerMessage] A value of type 'Dimension' cannot be assigned to a va riable of type 'num' (dart:html, line 36620, col 44)
417 severe: [STATIC_TYPE_ERROR] Type check failed: new Dimension.px(0) (Dimension) i s not of type num (dart:html, line 36620, col 44)
418 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'num' (dart:html, line 36638, col 20)
419 severe: [AnalyzerMessage] A value of type 'Dimension' cannot be assigned to a va riable of type 'num' (dart:html, line 36638, col 42)
420 severe: [STATIC_TYPE_ERROR] Type check failed: new Dimension.px(0) (Dimension) i s not of type num (dart:html, line 36638, col 42)
421 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.left ca nnot be overridden in CssRect. (dart:html, line 36753, col 3)
422 severe: [INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle<num>.top can not be overridden in CssRect. (dart:html, line 36755, col 3)
423 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementCssClass Set.removeAll ((Iterable<String>) → void) is not a subtype of CssClassSetImpl.re moveAll ((Iterable<Object>) → void). (dart:html, line 36972, col 3)
424 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementCssClass Set.retainAll ((Iterable<String>) → void) is not a subtype of CssClassSetImpl.re tainAll ((Iterable<Object>) → void). (dart:html, line 36976, col 3)
425 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementCssClass Set.retainAll ((Iterable<String>) → void) is not a subtype of Set<String>.retain All ((Iterable<Object>) → void). (dart:html, line 36976, col 3)
426 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _EventStream.asB roadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCancel: (Str eamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of Stream<T>.as BroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSu bscription<T>) → void}) → Stream<T>). (dart:html, line 37326, col 3)
427 severe: [AnalyzerMessage] Missing concrete implementation of 'Stream.asBroadcast Stream' (dart:html, line 37345, col 7)
428 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _EventStream.asBroadcastStream (({onListen: (StreamSubscription<dynamic >) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37345, col 48)
429 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 37351, col 31)
430 severe: [AnalyzerMessage] The method 'matchesWithAncestors' is not defined for t he class 'EventTarget' (dart:html, line 37375, col 31)
431 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementListEven tStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCa ncel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37401, col 3)
432 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _ElementListEven tStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCa ncel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37401, col 3)
433 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _CustomEventStre amImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCa ncel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of St ream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37517, col 3)
434 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of _CustomEventStre amImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCa ncel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of St ream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37517, col 3)
435 severe: [AnalyzerMessage] Missing concrete implementation of 'Stream.asBroadcast Stream' (dart:html, line 37528, col 7)
436 severe: [INVALID_METHOD_OVERRIDE] Base class introduces an invalid override. The type of _CustomEventStreamImpl.asBroadcastStream (({onListen: (StreamSubscripti on<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<K eyEvent>) is not a subtype of Stream<KeyEvent>.asBroadcastStream (({onListen: (S treamSubscription<KeyEvent>) → void, onCancel: (StreamSubscription<KeyEvent>) → void}) → Stream<KeyEvent>). (dart:html, line 37528, col 33)
437 severe: [INVALID_SUPER_INVOCATION] super call must be last in an initializer lis t (see https://goo.gl/EY6hDP): super(_EVENT_TYPE) (dart:html, line 39056, col 38 )
438 severe: [AnalyzerMessage] The getter '_shadowCharCode' is not defined for the cl ass 'KeyboardEvent' (dart:html, line 39089, col 21)
439 severe: [AnalyzerMessage] The getter '_shadowCharCode' is not defined for the cl ass 'KeyboardEvent' (dart:html, line 39094, col 47)
440 severe: [INVALID_SUPER_INVOCATION] super call must be last in an initializer lis t (see https://goo.gl/EY6hDP): super(uriPolicy, allowedElements: allowedElements , allowedAttributes: allowedAttributes, allowedUriAttributes: allowedUriAttribut es) (dart:html, line 39752, col 7)
441 severe: [INVALID_SUPER_INVOCATION] super call must be last in an initializer lis t (see https://goo.gl/EY6hDP): super(null, allowedElements: ['TEMPLATE'], allowe dAttributes: _TEMPLATE_ATTRS.map((attr) => 'TEMPLATE::$attr')) (dart:html, line 39789, col 7)
442 severe: [AnalyzerMessage] The function 'setNativeSubclassDispatchRecord' is not defined (dart:html, line 40082, col 5)
443 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html, line 40110, col 7)
444 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html, line 40120, col 7)
445 severe: [AnalyzerMessage] The function 'findInterceptorConstructorForType' is no t defined (dart:html, line 40139, col 26)
446 severe: [AnalyzerMessage] The function 'findConstructorForNativeSubclassType' is not defined (dart:html, line 40146, col 21)
447 severe: [AnalyzerMessage] The function 'getNativeInterceptor' is not defined (da rt:html, line 40153, col 3)
448 severe: [AnalyzerMessage] The function 'findDispatchTagForInterceptorClass' is n ot defined (dart:html, line 40155, col 26)
449 severe: [AnalyzerMessage] The function 'setNativeSubclassDispatchRecord' is not defined (dart:html, line 40189, col 3)
450 severe: [AnalyzerMessage] The method 'findInterceptorConstructorForType' is not defined for the class '_JSElementUpgrader' (dart:html, line 40212, col 28)
451 severe: [AnalyzerMessage] The method 'findConstructorForNativeSubclassType' is n ot defined for the class '_JSElementUpgrader' (dart:html, line 40217, col 20)
452 severe: [AnalyzerMessage] The method 'getNativeInterceptor' is not defined for t he class '_JSElementUpgrader' (dart:html, line 40224, col 5)
453 severe: [AnalyzerMessage] The method 'findDispatchTagForInterceptorClass' is not defined for the class '_JSElementUpgrader' (dart:html, line 40226, col 25)
454 severe: [AnalyzerMessage] The method 'setNativeSubclassDispatchRecord' is not de fined for the class '_JSElementUpgrader' (dart:html, line 40256, col 5)
455 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 40461, col 12)
456 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 40531, col 5)
457 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 40707, col 18)
458 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 40708, col 23)
459 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 40709, col 56)
299 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 89, col 14) 460 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 89, col 14)
300 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 90, col 15) 461 severe: [AnalyzerMessage] The function 'convertDartClosureToJS' is not defined ( dart:html_common/conversions_dart2js.dart, line 90, col 15)
301 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. map (((String) → dynamic) → Iterable<dynamic>) is not a subtype of IterableBase< String>.map (<T>((String) → T) → Iterable<T>). (dart:html_common/css_class_set.d art, line 59, col 3) 462 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. map (((String) → dynamic) → Iterable<dynamic>) is not a subtype of IterableBase< String>.map (<T>((String) → T) → Iterable<T>). (dart:html_common/css_class_set.d art, line 59, col 3)
302 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. expand (((String) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of IterableBase<String>.expand (<T>((String) → Iterable<T>) → Iterable<T>). (dart:h tml_common/css_class_set.dart, line 63, col 3) 463 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. expand (((String) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of IterableBase<String>.expand (<T>((String) → Iterable<T>) → Iterable<T>). (dart:h tml_common/css_class_set.dart, line 63, col 3)
303 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. fold ((dynamic, (dynamic, String) → dynamic) → dynamic) is not a subtype of Iter ableBase<String>.fold (<T>(T, (T, String) → T) → T). (dart:html_common/css_class _set.dart, line 79, col 3) 464 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. fold ((dynamic, (dynamic, String) → dynamic) → dynamic) is not a subtype of Iter ableBase<String>.fold (<T>(T, (T, String) → T) → T). (dart:html_common/css_class _set.dart, line 79, col 3)
304 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. difference ((Set<String>) → Set<String>) is not a subtype of Set<String>.differe nce ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.dart, line 18 6, col 3) 465 severe: [INVALID_METHOD_OVERRIDE] Invalid override. The type of CssClassSetImpl. difference ((Set<String>) → Set<String>) is not a subtype of Set<String>.differe nce ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.dart, line 18 6, col 3)
305 severe: [AnalyzerMessage] The argument type 'List<Node>' cannot be assigned to t he parameter type 'Iterable<Element>' (dart:html_common/filtered_element_list.da rt, line 34, col 25) 466 severe: [AnalyzerMessage] The argument type 'List<Node>' cannot be assigned to t he parameter type 'Iterable<Element>' (dart:html_common/filtered_element_list.da rt, line 34, col 25)
306 severe: [STATIC_TYPE_ERROR] Type check failed: _childNodes (List<Node>) is not o f type Iterable<Element> (dart:html_common/filtered_element_list.dart, line 34, col 25) 467 severe: [STATIC_TYPE_ERROR] Type check failed: _childNodes (List<Node>) is not o f type Iterable<Element> (dart:html_common/filtered_element_list.dart, line 34, col 25)
307 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to I terable<CssStyleDeclaration> (dart:html, line 840, col 46) 468 severe: [AnalyzerMessage] The final variables 'href' and 'target' must be initia lized (dart:svg, line 60, col 3)
308 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 4632, col 31) 469 severe: [AnalyzerMessage] The final variable 'href' must be initialized (dart:sv g, line 96, col 3)
309 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Element> (dart:html, line 4877, col 21) 470 severe: [AnalyzerMessage] The final variables 'requiredExtensions', 'requiredFea tures' and '2' more must be initialized (dart:svg, line 532, col 3)
310 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (E lement) → bool (dart:html, line 5273, col 41) 471 severe: [AnalyzerMessage] The final variables 'cx', 'cy' and '1' more must be in itialized (dart:svg, line 605, col 3)
311 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Element> (dart:html, line 5896, col 21) 472 severe: [AnalyzerMessage] The final variable 'clipPathUnits' must be initialized (dart:svg, line 640, col 3)
312 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 7422, col 31) 473 severe: [AnalyzerMessage] The final variables 'cx', 'cy' and '2' more must be in itialized (dart:svg, line 732, col 3)
313 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 7724, col 26) 474 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '6' more must be initialized (dart:svg, line 775, col 3)
314 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<String> (dart:html, line 8840, col 14) 475 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '6' more must be initialized (dart:svg, line 863, col 3)
315 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 9761, col 28) 476 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '4' more must be initialized (dart:svg, line 947, col 3)
316 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Node> (dart:html, line 11358, col 23) 477 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '10' more must be initialized (dart:svg, line 995, col 3)
317 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11440, col 32) 478 severe: [AnalyzerMessage] The final variables 'bias', 'divisor' and '15' more mu st be initialized (dart:svg, line 1100, col 3)
318 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11962, col 31) 479 severe: [AnalyzerMessage] The final variables 'diffuseConstant', 'height' and '8 ' more must be initialized (dart:svg, line 1216, col 3)
319 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Node> (dart:html, line 11970, col 53) 480 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '8' more must be initialized (dart:svg, line 1288, col 3)
320 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (num) → voi d (dart:html, line 13027, col 35) 481 severe: [AnalyzerMessage] The final variables 'azimuth' and 'elevation' must be initialized (dart:svg, line 1380, col 3)
321 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15201, col 32) 482 severe: [AnalyzerMessage] The final variables 'height', 'result' and '3' more mu st be initialized (dart:svg, line 1418, col 3)
322 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15204, col 32) 483 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '6' more must be initialized (dart:svg, line 1590, col 3)
323 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Elemen t> (dart:html, line 15257, col 20) 484 severe: [AnalyzerMessage] The final variables 'height', 'href' and '5' more must be initialized (dart:svg, line 1658, col 3)
324 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15291, col 32) 485 severe: [AnalyzerMessage] The final variables 'height', 'result' and '3' more mu st be initialized (dart:svg, line 1720, col 3)
325 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15293, col 32) 486 severe: [AnalyzerMessage] The final variable 'in1' must be initialized (dart:svg , line 1772, col 3)
326 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15323, col 32) 487 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '7' more must be initialized (dart:svg, line 1802, col 3)
327 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 15325, col 55) 488 severe: [AnalyzerMessage] The final variables 'dx', 'dy' and '6' more must be in itialized (dart:svg, line 1879, col 3)
328 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> t o Iterable<Element> (dart:html, line 15870, col 44) 489 severe: [AnalyzerMessage] The final variables 'x', 'y' and '1' more must be init ialized (dart:svg, line 1943, col 3)
329 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<T> (dart:html, line 15948, col 41) 490 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '7' more must be initialized (dart:svg, line 1985, col 3)
330 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<T> (dart:html, line 15972, col 41) 491 severe: [AnalyzerMessage] The final variables 'limitingConeAngle', 'pointsAtX' a nd '6' more must be initialized (dart:svg, line 2053, col 3)
331 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dyn amic> to StreamSubscription<T> (dart:html, line 15987, col 12) 492 severe: [AnalyzerMessage] The final variables 'height', 'in1' and '4' more must be initialized (dart:svg, line 2115, col 3)
332 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dyn amic> to StreamSubscription<T> (dart:html, line 15996, col 12) 493 severe: [AnalyzerMessage] The final variables 'baseFrequencyX', 'baseFrequencyY' and '9' more must be initialized (dart:svg, line 2171, col 3)
333 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → d ynamic (dart:html, line 16066, col 44) 494 severe: [AnalyzerMessage] The final variables 'filterResX', 'filterResY' and '7' more must be initialized (dart:svg, line 2271, col 3)
334 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → d ynamic (dart:html, line 16072, col 47) 495 severe: [AnalyzerMessage] The final variables 'height', 'width' and '2' more mus t be initialized (dart:svg, line 2380, col 3)
335 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> t o Iterable<Element> (dart:html, line 16216, col 44) 496 severe: [AnalyzerMessage] The final variables 'farthestViewportElement', 'neares tViewportElement' and '4' more must be initialized (dart:svg, line 2470, col 3)
336 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 18137, col 9) 497 severe: [AnalyzerMessage] The final variables 'height', 'href' and '4' more must be initialized (dart:svg, line 2552, col 3)
337 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 18138, col 9) 498 severe: [AnalyzerMessage] The final variables 'x1', 'x2' and '2' more must be in itialized (dart:svg, line 2781, col 3)
338 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 18175, col 9) 499 severe: [AnalyzerMessage] The final variables 'x1', 'x2' and '2' more must be in itialized (dart:svg, line 2820, col 3)
339 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 18176, col 9) 500 severe: [AnalyzerMessage] The final variables 'markerHeight', 'markerUnits' and '7' more must be initialized (dart:svg, line 2859, col 3)
340 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 18496, col 31) 501 severe: [AnalyzerMessage] The final variables 'height', 'maskContentUnits' and ' 7' more must be initialized (dart:svg, line 2952, col 3)
341 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 18510, col 28) 502 severe: [AnalyzerMessage] The final variables 'animatedNormalizedPathSegList', ' animatedPathSegList' and '3' more must be initialized (dart:svg, line 3233, col 3)
342 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< Node> (dart:html, line 18526, col 29) 503 severe: [AnalyzerMessage] The final variables 'height', 'href' and '11' more mus t be initialized (dart:svg, line 4062, col 3)
343 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 18541, col 20) 504 severe: [AnalyzerMessage] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4227, col 3)
505 severe: [AnalyzerMessage] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4258, col 3)
506 severe: [AnalyzerMessage] The final variables 'cx', 'cy' and '4' more must be in itialized (dart:svg, line 4366, col 3)
507 severe: [AnalyzerMessage] The final variables 'height', 'rx' and '4' more must b e initialized (dart:svg, line 4442, col 3)
508 severe: [AnalyzerMessage] The final variable 'href' must be initialized (dart:sv g, line 4526, col 3)
509 severe: [AnalyzerMessage] The final variable 'gradientOffset' must be initialize d (dart:svg, line 4588, col 3)
510 severe: [AnalyzerMessage] The final variable 'sheet' must be initialized (dart:s vg, line 4716, col 3)
511 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.title cannot be overr idden in StyleElement. (dart:svg, line 4732, col 3)
512 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.title= cannot be over ridden in StyleElement. (dart:svg, line 4734, col 3)
513 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.outerHtml cannot be o verridden in SvgElement. (dart:svg, line 4810, col 3)
514 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.isContentEditable can not be overridden in SvgElement. (dart:svg, line 4875, col 3)
515 severe: [AnalyzerMessage] The final variables 'ownerSvgElement' and 'viewportEle ment' must be initialized (dart:svg, line 5159, col 3)
516 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex cannot be ov erridden in SvgElement. (dart:svg, line 5173, col 3)
517 severe: [INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex= cannot be o verridden in SvgElement. (dart:svg, line 5175, col 3)
518 severe: [AnalyzerMessage] The final variables 'currentTranslate', 'currentView' and '12' more must be initialized (dart:svg, line 5481, col 3)
519 severe: [AnalyzerMessage] The final variables 'preserveAspectRatio' and 'viewBox ' must be initialized (dart:svg, line 5700, col 3)
520 severe: [AnalyzerMessage] The final variables 'lengthAdjust' and 'textLength' mu st be initialized (dart:svg, line 5772, col 3)
521 severe: [AnalyzerMessage] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5870, col 3)
522 severe: [AnalyzerMessage] The final variables 'dx', 'dy' and '3' more must be in itialized (dart:svg, line 5931, col 3)
523 severe: [AnalyzerMessage] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6221, col 3)
524 severe: [AnalyzerMessage] The final variables 'preserveAspectRatio', 'viewBox' a nd '1' more must be initialized (dart:svg, line 6266, col 3)
525 severe: [AnalyzerMessage] The final variables 'gradientTransform', 'gradientUnit s' and '2' more must be initialized (dart:svg, line 6420, col 3)
526 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> ( dart:html, line 2396, col 14)
527 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> ( dart:html, line 2398, col 14)
528 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to I terable<CssStyleDeclaration> (dart:html, line 4466, col 46)
529 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Element> (dart:html, line 9949, col 21)
530 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (E lement) → bool (dart:html, line 11089, col 41)
531 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _FrozenElementList to Iterable<Element> (dart:html, line 11770, col 59)
532 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _FrozenElementList to Iterable<Element> (dart:html, line 11773, col 35)
533 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Element> (dart:html, line 12525, col 21)
534 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Map<String, dynamic>> (dart:html, line 12759, col 25)
535 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Stream<Geop osition> (dart:html, line 16996, col 12)
536 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<String> (dart:html, line 18649, col 14)
537 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<Node> (dart:html, line 23819, col 23)
538 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<String> (dart:html, line 28907, col 12)
539 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Itera ble<String> (dart:html, line 28913, col 12)
540 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:html, line 31592, col 58)
541 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (num) → voi d (dart:html, line 32042, col 35)
542 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<BeforeUnloadEvent> (dart:html, line 33903, col 12)
543 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> t o Iterable<Element> (dart:html, line 33916, col 44)
544 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36604, col 32)
545 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36607, col 32)
546 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Elemen t> (dart:html, line 36660, col 20)
547 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36694, col 32)
548 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36696, col 32)
549 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36726, col 32)
550 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< String> (dart:html, line 36728, col 55)
551 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> t o Iterable<Element> (dart:html, line 37273, col 44)
552 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<T> (dart:html, line 37350, col 41)
553 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<T> (dart:html, line 37374, col 41)
554 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dyn amic> to StreamSubscription<T> (dart:html, line 37389, col 12)
555 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dyn amic> to StreamSubscription<T> (dart:html, line 37398, col 12)
556 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → d ynamic (dart:html, line 37468, col 44)
557 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → d ynamic (dart:html, line 37474, col 47)
558 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> t o Iterable<Element> (dart:html, line 37618, col 44)
559 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 39535, col 9)
560 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 39536, col 9)
561 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 39573, col 9)
562 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<St ring> (dart:html, line 39574, col 9)
563 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 39895, col 31)
564 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 39909, col 28)
565 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List< Node> (dart:html, line 39925, col 29)
566 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:htm l, line 39940, col 20)
344 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (String) → String to ( Object) → String (dart:html_common/css_class_set.dart, line 148, col 44) 567 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (String) → String to ( Object) → String (dart:html_common/css_class_set.dart, line 148, col 44)
568 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<Database> (dart:indexed_db, line 548, col 14)
569 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → void to (E vent) → void (dart:indexed_db, line 561, col 34)
570 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<IdbFactory> (dart:indexed_db, line 568, col 14)
571 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<List<String>> (dart:indexed_db, line 581, col 14)
572 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<int> (dart:indexed_db, line 656, col 14)
573 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Fut ure<int> (dart:indexed_db, line 919, col 14)
574 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:indexed_db, line 1084, col 56)
575 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String > (dart:indexed_db, line 1088, col 56)
576 warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Str eam<Cursor> (dart:indexed_db, line 1199, col 12)
OLDNEW
« no previous file with comments | « tool/input_sdk/private/classes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698