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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1887233005: Fix all dart:html strong mode errors except for spurious FINAL_NOT_INITIALIZED_CONSTRUCTOR warnings. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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/lib/html/html_common/filtered_element_list.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: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serializati on.dart, line 47, col 47) 1 severe: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serializati on.dart, line 47, col 47)
2 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'num.==' (dart:_interceptors/js_number.dart, line 12, col 7) 2 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'num.==' (dart:_interceptors/js_number.dart, line 12, col 7)
3 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'String.==' (dart:_interceptors/js_string.dart, line 14, col 7) 3 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'String.==' (dart:_interceptors/js_string.dart, line 14, col 7)
4 severe: [STRONG_MODE_STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscripti on<T> subscription) {subscription._close();} ((_BroadcastSubscription<T>) → void ) is not of type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_ stream_controller.dart, line 371, col 24) 4 severe: [STRONG_MODE_STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscripti on<T> subscription) {subscription._close();} ((_BroadcastSubscription<T>) → void ) is not of type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_ stream_controller.dart, line 371, col 24)
5 severe: [INVALID_ANNOTATION] Annotation can be only constant variable or constan t constructor invocation (dart:core/stacktrace.dart, line 27, col 3) 5 severe: [INVALID_ANNOTATION] Annotation can be only constant variable or constan t constructor invocation (dart:core/stacktrace.dart, line 27, col 3)
6 severe: [NEW_WITH_UNDEFINED_CONSTRUCTOR] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 31, col 48) 6 severe: [NEW_WITH_UNDEFINED_CONSTRUCTOR] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 31, col 48)
7 severe: [NEW_WITH_UNDEFINED_CONSTRUCTOR] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 35, col 50) 7 severe: [NEW_WITH_UNDEFINED_CONSTRUCTOR] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 35, col 50)
8 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 839, col 37) 8 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 839, col 37)
9 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 886, col 11) 9 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_isolate_helper, line 886, col 11)
10 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 80, col 12) 10 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.dart, line 80, col 12)
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 229, col 15) 237 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 229, col 15)
238 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 231, col 16) 238 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 231, col 16)
239 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 247, col 28) 239 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 247, col 28)
240 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 263, col 30) 240 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T ( dart:math/rectangle.dart, line 263, col 30)
241 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, col 5) 241 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, col 5)
242 severe: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'Iterable<E>' cannot be assigned to the parameter type 'Iterable<int>'. (dart:js, line 424, col 40) 242 severe: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'Iterable<E>' cannot be assigned to the parameter type 'Iterable<int>'. (dart:js, line 424, col 40)
243 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 360, col 12) 243 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 360, col 12)
244 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 406, col 12) 244 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 406, col 12)
245 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 411, col 12) 245 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 411, col 12)
246 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31) 246 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, line 126, col 31)
247 severe: [UNDEFINED_SETTER] The setter 'href' is not defined for the class 'Eleme nt'. (dart:html, line 172, col 25) 247 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'HttpRequest'. (dart:html, line 19547, col 33)
Jennifer Messerly 2016/04/20 19:44:00 what's the deal with these? do we need to do anyth
vsm 2016/04/20 19:45:51 yes: https://github.com/dart-lang/dev_compiler/iss
248 severe: [UNDEFINED_SETTER] The setter 'width' is not defined for the class 'Elem ent'. (dart:html, line 1561, col 26) 248 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'HttpRequest'. (dart:html, line 19551, col 34)
249 severe: [UNDEFINED_SETTER] The setter 'height' is not defined for the class 'Ele ment'. (dart:html, line 1562, col 27) 249 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'MutationObserver'. (dart:html, line 24251, col 9)
250 severe: [UNDEFINED_METHOD] The method '_initCompositionEvent' is not defined for the class 'Event'. (dart:html, line 2631, col 9) 250 severe: [UNDEFINED_FUNCTION] The function 'setNativeSubclassDispatchRecord' is n ot defined. (dart:html, line 42736, col 5)
251 severe: [UNDEFINED_METHOD] The method '_initDeviceOrientationEvent' is not defin ed for the class 'Event'. (dart:html, line 8676, col 7) 251 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html, line 42764, col 7)
252 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .a cannot be overridden in DomMatrix. (dart:html, line 10233, col 3) 252 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html, line 42774, col 7)
253 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.a (() → num) is not a subtype of DomMatrixReadOnly.a (() → double). (dart: html, line 10233, col 3) 253 severe: [UNDEFINED_FUNCTION] The function 'findInterceptorConstructorForType' is not defined. (dart:html, line 42793, col 26)
254 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .b cannot be overridden in DomMatrix. (dart:html, line 10240, col 3) 254 severe: [UNDEFINED_FUNCTION] The function 'findConstructorForNativeSubclassType' is not defined. (dart:html, line 42800, col 21)
255 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.b (() → num) is not a subtype of DomMatrixReadOnly.b (() → double). (dart: html, line 10240, col 3) 255 severe: [UNDEFINED_FUNCTION] The function 'getNativeInterceptor' is not defined. (dart:html, line 42807, col 3)
256 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .c cannot be overridden in DomMatrix. (dart:html, line 10247, col 3) 256 severe: [UNDEFINED_FUNCTION] The function 'findDispatchTagForInterceptorClass' i s not defined. (dart:html, line 42809, col 26)
257 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.c (() → num) is not a subtype of DomMatrixReadOnly.c (() → double). (dart: html, line 10247, col 3) 257 severe: [UNDEFINED_FUNCTION] The function 'setNativeSubclassDispatchRecord' is n ot defined. (dart:html, line 42843, col 3)
258 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .d cannot be overridden in DomMatrix. (dart:html, line 10254, col 3) 258 severe: [UNDEFINED_METHOD] The method 'findInterceptorConstructorForType' is not defined for the class '_JSElementUpgrader'. (dart:html, line 42866, col 28)
259 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.d (() → num) is not a subtype of DomMatrixReadOnly.d (() → double). (dart: html, line 10254, col 3) 259 severe: [UNDEFINED_METHOD] The method 'findConstructorForNativeSubclassType' is not defined for the class '_JSElementUpgrader'. (dart:html, line 42871, col 20)
260 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .e cannot be overridden in DomMatrix. (dart:html, line 10261, col 3) 260 severe: [UNDEFINED_METHOD] The method 'getNativeInterceptor' is not defined for the class '_JSElementUpgrader'. (dart:html, line 42878, col 5)
Jennifer Messerly 2016/04/20 19:44:00 DDC does not have interceptors right?
261 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.e (() → num) is not a subtype of DomMatrixReadOnly.e (() → double). (dart: html, line 10261, col 3) 261 severe: [UNDEFINED_METHOD] The method 'findDispatchTagForInterceptorClass' is no t defined for the class '_JSElementUpgrader'. (dart:html, line 42880, col 25)
262 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .f cannot be overridden in DomMatrix. (dart:html, line 10268, col 3) 262 severe: [UNDEFINED_METHOD] The method 'setNativeSubclassDispatchRecord' is not d efined for the class '_JSElementUpgrader'. (dart:html, line 42910, col 5)
263 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.f (() → num) is not a subtype of DomMatrixReadOnly.f (() → double). (dart: html, line 10268, col 3) 263 severe: [UNDEFINED_METHOD] The method 'makeLeafDispatchRecord' is not defined fo r the class 'KeyEvent'. (dart:html, line 43115, col 12)
264 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m11 cannot be overridden in DomMatrix. (dart:html, line 10275, col 3) 264 severe: [UNDEFINED_METHOD] The method 'setDispatchProperty' is not defined for t he class 'KeyEvent'. (dart:html, line 43185, col 5)
265 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m11 (() → num) is not a subtype of DomMatrixReadOnly.m11 (() → double). (d art:html, line 10275, col 3)
266 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m12 cannot be overridden in DomMatrix. (dart:html, line 10282, col 3)
267 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m12 (() → num) is not a subtype of DomMatrixReadOnly.m12 (() → double). (d art:html, line 10282, col 3)
268 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m13 cannot be overridden in DomMatrix. (dart:html, line 10289, col 3)
269 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m13 (() → num) is not a subtype of DomMatrixReadOnly.m13 (() → double). (d art:html, line 10289, col 3)
270 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m14 cannot be overridden in DomMatrix. (dart:html, line 10296, col 3)
271 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m14 (() → num) is not a subtype of DomMatrixReadOnly.m14 (() → double). (d art:html, line 10296, col 3)
272 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m21 cannot be overridden in DomMatrix. (dart:html, line 10303, col 3)
273 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m21 (() → num) is not a subtype of DomMatrixReadOnly.m21 (() → double). (d art:html, line 10303, col 3)
274 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m22 cannot be overridden in DomMatrix. (dart:html, line 10310, col 3)
275 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m22 (() → num) is not a subtype of DomMatrixReadOnly.m22 (() → double). (d art:html, line 10310, col 3)
276 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m23 cannot be overridden in DomMatrix. (dart:html, line 10317, col 3)
277 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m23 (() → num) is not a subtype of DomMatrixReadOnly.m23 (() → double). (d art:html, line 10317, col 3)
278 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m24 cannot be overridden in DomMatrix. (dart:html, line 10324, col 3)
279 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m24 (() → num) is not a subtype of DomMatrixReadOnly.m24 (() → double). (d art:html, line 10324, col 3)
280 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m31 cannot be overridden in DomMatrix. (dart:html, line 10331, col 3)
281 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m31 (() → num) is not a subtype of DomMatrixReadOnly.m31 (() → double). (d art:html, line 10331, col 3)
282 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m32 cannot be overridden in DomMatrix. (dart:html, line 10338, col 3)
283 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m32 (() → num) is not a subtype of DomMatrixReadOnly.m32 (() → double). (d art:html, line 10338, col 3)
284 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m33 cannot be overridden in DomMatrix. (dart:html, line 10345, col 3)
285 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m33 (() → num) is not a subtype of DomMatrixReadOnly.m33 (() → double). (d art:html, line 10345, col 3)
286 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m34 cannot be overridden in DomMatrix. (dart:html, line 10352, col 3)
287 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m34 (() → num) is not a subtype of DomMatrixReadOnly.m34 (() → double). (d art:html, line 10352, col 3)
288 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m41 cannot be overridden in DomMatrix. (dart:html, line 10359, col 3)
289 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m41 (() → num) is not a subtype of DomMatrixReadOnly.m41 (() → double). (d art:html, line 10359, col 3)
290 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m42 cannot be overridden in DomMatrix. (dart:html, line 10366, col 3)
291 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m42 (() → num) is not a subtype of DomMatrixReadOnly.m42 (() → double). (d art:html, line 10366, col 3)
292 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m43 cannot be overridden in DomMatrix. (dart:html, line 10373, col 3)
293 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m43 (() → num) is not a subtype of DomMatrixReadOnly.m43 (() → double). (d art:html, line 10373, col 3)
294 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomMatrixReadOnly .m44 cannot be overridden in DomMatrix. (dart:html, line 10380, col 3)
295 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomM atrix.m44 (() → num) is not a subtype of DomMatrixReadOnly.m44 (() → double). (d art:html, line 10380, col 3)
296 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly. w cannot be overridden in DomPoint. (dart:html, line 10651, col 3)
297 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomP oint.w (() → num) is not a subtype of DomPointReadOnly.w (() → double). (dart:ht ml, line 10651, col 3)
298 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly. x cannot be overridden in DomPoint. (dart:html, line 10658, col 3)
299 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomP oint.x (() → num) is not a subtype of DomPointReadOnly.x (() → double). (dart:ht ml, line 10658, col 3)
300 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly. y cannot be overridden in DomPoint. (dart:html, line 10665, col 3)
301 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomP oint.y (() → num) is not a subtype of DomPointReadOnly.y (() → double). (dart:ht ml, line 10665, col 3)
302 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomPointReadOnly. z cannot be overridden in DomPoint. (dart:html, line 10672, col 3)
303 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomP oint.z (() → num) is not a subtype of DomPointReadOnly.z (() → double). (dart:ht ml, line 10672, col 3)
304 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomS tringList.contains ((String) → bool) is not a subtype of Iterable<String>.contai ns ((Object) → bool). (dart:html, line 10951, col 3)
305 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of DomS tringList.contains ((String) → bool) is not a subtype of ListMixin<String>.conta ins ((Object) → bool). (dart:html, line 10951, col 3)
306 severe: [INCONSISTENT_METHOD_INHERITANCE] 'firstWhere' is inherited by at least two interfaces inconsistently, from ((dynamic) → bool, {orElse: () → dynamic}) → dynamic, ((Element) → bool, {orElse: () → Element}) → Element (dart:html, line 11738, col 7)
307 severe: [INCONSISTENT_METHOD_INHERITANCE] 'lastWhere' is inherited by at least t wo interfaces inconsistently, from ((dynamic) → bool, {orElse: () → dynamic}) → dynamic, ((Element) → bool, {orElse: () → Element}) → Element (dart:html, line 1 1738, col 7)
308 severe: [INCONSISTENT_METHOD_INHERITANCE] 'reduce' is inherited by at least two interfaces inconsistently, from ((dynamic, dynamic) → dynamic) → dynamic, ((Elem ent, Element) → Element) → Element (dart:html, line 11738, col 7)
309 severe: [INCONSISTENT_METHOD_INHERITANCE] 'singleWhere' is inherited by at least two interfaces inconsistently, from ((dynamic) → bool) → dynamic, ((Element) → bool) → Element (dart:html, line 11738, col 7)
310 severe: [INCONSISTENT_METHOD_INHERITANCE] 'skipWhile' is inherited by at least t wo interfaces inconsistently, from ((dynamic) → bool) → Iterable<dynamic>, ((Ele ment) → bool) → Iterable<Element> (dart:html, line 11738, col 7)
311 severe: [INCONSISTENT_METHOD_INHERITANCE] 'takeWhile' is inherited by at least t wo interfaces inconsistently, from ((dynamic) → bool) → Iterable<dynamic>, ((Ele ment) → bool) → Iterable<Element> (dart:html, line 11738, col 7)
312 severe: [INCONSISTENT_METHOD_INHERITANCE] 'where' is inherited by at least two i nterfaces inconsistently, from ((dynamic) → bool) → Iterable<dynamic>, ((Element ) → bool) → Iterable<Element> (dart:html, line 11738, col 7)
313 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_FIVE_PLUS] Missing concrete implementation of 'ListMixin.add', 'ListMixin.asMap', 'ListMixin.elementAt', 'L istMixin.fillRange' and 11 more (dart:html, line 11738, col 7)
314 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.add ((dynamic) → void) is not a subtype of List<E lement>.add ((Element) → void). (dart:html, line 11738, col 26)
315 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.add ((dynamic) → void) is not a subtype of ListMi xin<Element>.add ((Element) → void). (dart:html, line 11738, col 26)
316 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.asMap (() → Map<int, dynamic>) is not a subtype o f List<Element>.asMap (() → Map<int, Element>). (dart:html, line 11738, col 26)
317 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.asMap (() → Map<int, dynamic>) is not a subtype o f ListMixin<Element>.asMap (() → Map<int, Element>). (dart:html, line 11738, col 26)
318 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.elementAt ((int) → dynamic) is not a subtype of I terable<Element>.elementAt ((int) → Element). (dart:html, line 11738, col 26)
319 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.elementAt ((int) → dynamic) is not a subtype of L istMixin<Element>.elementAt ((int) → Element). (dart:html, line 11738, col 26)
320 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.fillRange ((int, int, [dynamic]) → void) is not a subtype of List<Element>.fillRange ((int, int, [Element]) → void). (dart:html, line 11738, col 26)
321 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.fillRange ((int, int, [dynamic]) → void) is not a subtype of ListMixin<Element>.fillRange ((int, int, [Element]) → void). (dart:h tml, line 11738, col 26)
322 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.firstWhere (((dynamic) → bool, {orElse: () → dyna mic}) → dynamic) is not a subtype of Iterable<Element>.firstWhere (((Element) → bool, {orElse: () → Element}) → Element). (dart:html, line 11738, col 26)
323 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.firstWhere (((dynamic) → bool, {orElse: () → dyna mic}) → dynamic) is not a subtype of ListMixin<Element>.firstWhere (((Element) → bool, {orElse: () → Element}) → Element). (dart:html, line 11738, col 26)
324 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.getRange ((int, int) → Iterable<dynamic>) is not a subtype of List<Element>.getRange ((int, int) → Iterable<Element>). (dart:html , line 11738, col 26)
325 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.getRange ((int, int) → Iterable<dynamic>) is not a subtype of ListMixin<Element>.getRange ((int, int) → Iterable<Element>). (dart :html, line 11738, col 26)
326 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.insert ((int, dynamic) → void) is not a subtype o f List<Element>.insert ((int, Element) → void). (dart:html, line 11738, col 26)
327 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.insert ((int, dynamic) → void) is not a subtype o f ListMixin<Element>.insert ((int, Element) → void). (dart:html, line 11738, col 26)
328 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.iterator (() → Iterator<dynamic>) is not a subtyp e of Iterable<Element>.iterator (() → Iterator<Element>). (dart:html, line 11738 , col 26)
329 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.iterator (() → Iterator<dynamic>) is not a subtyp e of ListMixin<Element>.iterator (() → Iterator<Element>). (dart:html, line 1173 8, col 26)
330 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.lastWhere (((dynamic) → bool, {orElse: () → dynam ic}) → dynamic) is not a subtype of Iterable<Element>.lastWhere (((Element) → bo ol, {orElse: () → Element}) → Element). (dart:html, line 11738, col 26)
331 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.lastWhere (((dynamic) → bool, {orElse: () → dynam ic}) → dynamic) is not a subtype of ListMixin<Element>.lastWhere (((Element) → b ool, {orElse: () → Element}) → Element). (dart:html, line 11738, col 26)
332 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.reduce (((dynamic, dynamic) → dynamic) → dynamic) is not a subtype of Iterable<Element>.reduce (((Element, Element) → Element) → Element). (dart:html, line 11738, col 26)
333 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.reduce (((dynamic, dynamic) → dynamic) → dynamic) is not a subtype of ListMixin<Element>.reduce (((Element, Element) → Element) → Element). (dart:html, line 11738, col 26)
334 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.removeAt ((int) → dynamic) is not a subtype of Li st<Element>.removeAt ((int) → Element). (dart:html, line 11738, col 26)
335 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.removeAt ((int) → dynamic) is not a subtype of Li stMixin<Element>.removeAt ((int) → Element). (dart:html, line 11738, col 26)
336 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.removeLast (() → dynamic) is not a subtype of Lis t<Element>.removeLast (() → Element). (dart:html, line 11738, col 26)
337 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.removeLast (() → dynamic) is not a subtype of Lis tMixin<Element>.removeLast (() → Element). (dart:html, line 11738, col 26)
338 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.reversed (() → Iterable<dynamic>) is not a subtyp e of List<Element>.reversed (() → Iterable<Element>). (dart:html, line 11738, co l 26)
339 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.reversed (() → Iterable<dynamic>) is not a subtyp e of ListMixin<Element>.reversed (() → Iterable<Element>). (dart:html, line 1173 8, col 26)
340 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.singleWhere (((dynamic) → bool) → dynamic) is not a subtype of Iterable<Element>.singleWhere (((Element) → bool) → Element). (dar t:html, line 11738, col 26)
341 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.singleWhere (((dynamic) → bool) → dynamic) is not a subtype of ListMixin<Element>.singleWhere (((Element) → bool) → Element). (da rt:html, line 11738, col 26)
342 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.skip ((int) → Iterable<dynamic>) is not a subtype of Iterable<Element>.skip ((int) → Iterable<Element>). (dart:html, line 11738, col 26)
343 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.skip ((int) → Iterable<dynamic>) is not a subtype of ListMixin<Element>.skip ((int) → Iterable<Element>). (dart:html, line 11738, col 26)
344 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.skipWhile (((dynamic) → bool) → Iterable<dynamic> ) is not a subtype of Iterable<Element>.skipWhile (((Element) → bool) → Iterable <Element>). (dart:html, line 11738, col 26)
345 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.skipWhile (((dynamic) → bool) → Iterable<dynamic> ) is not a subtype of ListMixin<Element>.skipWhile (((Element) → bool) → Iterabl e<Element>). (dart:html, line 11738, col 26)
346 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.sublist ((int, [int]) → List<dynamic>) is not a s ubtype of List<Element>.sublist ((int, [int]) → List<Element>). (dart:html, line 11738, col 26)
347 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.sublist ((int, [int]) → List<dynamic>) is not a s ubtype of ListMixin<Element>.sublist ((int, [int]) → List<Element>). (dart:html, line 11738, col 26)
348 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.take ((int) → Iterable<dynamic>) is not a subtype of Iterable<Element>.take ((int) → Iterable<Element>). (dart:html, line 11738, col 26)
349 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.take ((int) → Iterable<dynamic>) is not a subtype of ListMixin<Element>.take ((int) → Iterable<Element>). (dart:html, line 11738, col 26)
350 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.takeWhile (((dynamic) → bool) → Iterable<dynamic> ) is not a subtype of Iterable<Element>.takeWhile (((Element) → bool) → Iterable <Element>). (dart:html, line 11738, col 26)
351 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.takeWhile (((dynamic) → bool) → Iterable<dynamic> ) is not a subtype of ListMixin<Element>.takeWhile (((Element) → bool) → Iterabl e<Element>). (dart:html, line 11738, col 26)
352 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.toList (({growable: bool}) → List<dynamic>) is no t a subtype of Iterable<Element>.toList (({growable: bool}) → List<Element>). (d art:html, line 11738, col 26)
353 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.toList (({growable: bool}) → List<dynamic>) is no t a subtype of ListMixin<Element>.toList (({growable: bool}) → List<Element>). ( dart:html, line 11738, col 26)
354 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.toSet (() → Set<dynamic>) is not a subtype of Ite rable<Element>.toSet (() → Set<Element>). (dart:html, line 11738, col 26)
355 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.toSet (() → Set<dynamic>) is not a subtype of Lis tMixin<Element>.toSet (() → Set<Element>). (dart:html, line 11738, col 26)
356 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.where (((dynamic) → bool) → Iterable<dynamic>) is not a subtype of Iterable<Element>.where (((Element) → bool) → Iterable<Element >). (dart:html, line 11738, col 26)
357 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of ListMixin.where (((dynamic) → bool) → Iterable<dynamic>) is not a subtype of ListMixin<Element>.where (((Element) → bool) → Iterable<Elemen t>). (dart:html, line 11738, col 26)
358 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Fro zenElementList.sort (([(Element, Element) → int]) → void) is not a subtype of Li stMixin<dynamic>.sort (([(dynamic, dynamic) → int]) → void). (dart:html, line 11 756, col 3)
359 severe: [UNDEFINED_SETTER] The setter 'classes' is not defined for the class 'No de'. (dart:html, line 11782, col 32)
360 severe: [UNDEFINED_SETTER] The setter 'href' is not defined for the class 'Eleme nt'. (dart:html, line 13233, col 12)
361 severe: [UNDEFINED_METHOD] The method 'matches' is not defined for the class 'Ev entTarget'. (dart:html, line 15341, col 18)
362 severe: [UNDEFINED_GETTER] The getter 'parent' is not defined for the class 'Eve ntTarget'. (dart:html, line 15342, col 23)
363 severe: [UNDEFINED_GETTER] The getter 'parent' is not defined for the class 'Eve ntTarget'. (dart:html, line 15343, col 56)
364 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Events._ptr canno t be overridden in ElementEvents. (dart:html, line 15642, col 3)
365 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Document.fullscre enElement cannot be overridden in HtmlDocument. (dart:html, line 18163, col 3)
366 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Document.fullscre enEnabled cannot be overridden in HtmlDocument. (dart:html, line 18179, col 3)
367 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Document.hidden c annot be overridden in HtmlDocument. (dart:html, line 18185, col 3)
368 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Document.visibili tyState cannot be overridden in HtmlDocument. (dart:html, line 18192, col 3)
369 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Html FormControlsCollection.namedItem ((String) → Object) is not a subtype of HtmlCol lection.namedItem ((String) → Element). (dart:html, line 18314, col 3)
370 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'HttpRequest'. (dart:html, line 18659, col 33)
371 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'HttpRequest'. (dart:html, line 18663, col 34)
372 severe: [UNDEFINED_SETTER] The setter 'src' is not defined for the class 'Elemen t'. (dart:html, line 19358, col 24)
373 severe: [UNDEFINED_SETTER] The setter 'width' is not defined for the class 'Elem ent'. (dart:html, line 19359, col 26)
374 severe: [UNDEFINED_SETTER] The setter 'height' is not defined for the class 'Ele ment'. (dart:html, line 19360, col 27)
375 severe: [UNDEFINED_SETTER] The setter 'type' is not defined for the class 'Eleme nt'. (dart:html, line 19484, col 11)
376 severe: [UNDEFINED_METHOD] The method '_initKeyboardEvent' is not defined for th e class 'Event'. (dart:html, line 20403, col 7)
377 severe: [UNDEFINED_METHOD] The method '_initMessageEvent' is not defined for the class 'Event'. (dart:html, line 22233, col 11)
378 severe: [UNDEFINED_METHOD] The method '_initMouseEvent' is not defined for the c lass 'Event'. (dart:html, line 22890, col 11)
379 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'MutationObserver'. (dart:html, line 23178, col 9)
380 severe: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'List<Element>' cannot be assigned to the parameter type 'Iterable<OptionElement>'. (dart:html, line 27 303, col 37)
381 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Shar edWorker.onError (() → Stream<Event>) is not a subtype of AbstractWorker.onError (() → Stream<ErrorEvent>). (dart:html, line 27863, col 3)
382 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Stor age.containsValue ((String) → bool) is not a subtype of Map<String, String>.cont ainsValue ((Object) → bool). (dart:html, line 28875, col 3)
383 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Stor age.containsKey ((String) → bool) is not a subtype of Map<String, String>.contai nsKey ((Object) → bool). (dart:html, line 28877, col 3)
384 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Stor age.[] ((String) → String) is not a subtype of Map<String, String>.[] ((Object) → String). (dart:html, line 28879, col 3)
385 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Stor age.remove ((String) → String) is not a subtype of Map<String, String>.remove (( Object) → String). (dart:html, line 28888, col 3)
386 severe: [UNDEFINED_METHOD] The method '_initStorageEvent' is not defined for the class 'Event'. (dart:html, line 28995, col 7)
387 severe: [UNDEFINED_METHOD] The method '_initTextEvent' is not defined for the cl ass 'Event'. (dart:html, line 29806, col 7)
388 severe: [UNDEFINED_METHOD] The method '_initTouchEvent' is not defined for the c lass 'Event'. (dart:html, line 30466, col 7)
389 severe: [UNDEFINED_METHOD] The method '_initUIEvent' is not defined for the clas s 'Event'. (dart:html, line 30796, col 7)
390 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Wind ow.postMessage ((dynamic, String, [List<MessagePort>]) → void) is not a subtype of WindowBase.postMessage ((dynamic, String, [List<dynamic>]) → void). (dart:htm l, line 32989, col 3)
391 severe: [RETURN_OF_INVALID_TYPE] The return type 'String' is not a 'void', as de fined by the method ''. (dart:html, line 33901, col 14)
392 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of Work er.onError (() → Stream<Event>) is not a subtype of AbstractWorker.onError (() → Stream<ErrorEvent>). (dart:html, line 34096, col 3)
393 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Node.text cannot be overridden in _Attr. (dart:html, line 34598, col 3)
394 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Node.text= cannot be overridden in _Attr. (dart:html, line 34600, col 3)
395 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.h eight cannot be overridden in _DomRect. (dart:html, line 35144, col 3)
396 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dom Rect.height (() → num) is not a subtype of DomRectReadOnly.height (() → double). (dart:html, line 35144, col 3)
397 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.w idth cannot be overridden in _DomRect. (dart:html, line 35151, col 3)
398 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dom Rect.width (() → num) is not a subtype of DomRectReadOnly.width (() → double). ( dart:html, line 35151, col 3)
399 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.x cannot be overridden in _DomRect. (dart:html, line 35158, col 3)
400 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dom Rect.x (() → num) is not a subtype of DomRectReadOnly.x (() → double). (dart:htm l, line 35158, col 3)
401 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration DomRectReadOnly.y cannot be overridden in _DomRect. (dart:html, line 35165, col 3)
402 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dom Rect.y (() → num) is not a subtype of DomRectReadOnly.y (() → double). (dart:htm l, line 35165, col 3)
403 severe: [UNDEFINED_METHOD] The method '_initMutationEvent' is not defined for th e class 'Event'. (dart:html, line 35456, col 11)
404 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Att ributeMap.containsValue ((String) → bool) is not a subtype of Map<String, String >.containsValue ((Object) → bool). (dart:html, line 36035, col 3)
405 severe: [UNDEFINED_GETTER] The getter 'name' is not defined for the class 'Node' . (dart:html, line 36070, col 32)
406 severe: [UNDEFINED_GETTER] The getter 'value' is not defined for the class 'Node '. (dart:html, line 36082, col 34)
407 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentAttributeMap.containsKey ((String) → bool) is not a subtype of Map<String, S tring>.containsKey ((Object) → bool). (dart:html, line 36113, col 3)
408 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentAttributeMap.[] ((String) → String) is not a subtype of Map<String, String>. [] ((Object) → String). (dart:html, line 36117, col 3)
409 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentAttributeMap.remove ((String) → String) is not a subtype of Map<String, Stri ng>.remove ((Object) → String). (dart:html, line 36125, col 3)
410 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Nam espacedAttributeMap.containsKey ((String) → bool) is not a subtype of Map<String , String>.containsKey ((Object) → bool). (dart:html, line 36150, col 3)
411 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Nam espacedAttributeMap.[] ((String) → String) is not a subtype of Map<String, Strin g>.[] ((Object) → String). (dart:html, line 36154, col 3)
412 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Nam espacedAttributeMap.remove ((String) → String) is not a subtype of Map<String, S tring>.remove ((Object) → String). (dart:html, line 36162, col 3)
413 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dat aAttributeMap.containsValue ((String) → bool) is not a subtype of Map<String, St ring>.containsValue ((Object) → bool). (dart:html, line 36196, col 3)
414 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dat aAttributeMap.containsKey ((String) → bool) is not a subtype of Map<String, Stri ng>.containsKey ((Object) → bool). (dart:html, line 36198, col 3)
415 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dat aAttributeMap.[] ((String) → String) is not a subtype of Map<String, String>.[] ((Object) → String). (dart:html, line 36200, col 3)
416 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Dat aAttributeMap.remove ((String) → String) is not a subtype of Map<String, String> .remove ((Object) → String). (dart:html, line 36209, col 3)
417 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSet.contains ((String) → bool) is not a subtype of Set<String>.contains ((Ob ject) → bool). (dart:html, line 36522, col 3)
418 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSet.removeAll ((Iterable<String>) → void) is not a subtype of Set<String>.re moveAll ((Iterable<Object>) → void). (dart:html, line 36574, col 3)
419 severe: [UNDEFINED_GETTER] The getter 'value' is not defined for the class 'num' . (dart:html, line 36621, col 21)
420 severe: [INVALID_ASSIGNMENT] A value of type 'Dimension' cannot be assigned to a variable of type 'num' (dart:html, line 36621, col 44)
421 severe: [UNDEFINED_GETTER] The getter 'value' is not defined for the class 'num' . (dart:html, line 36639, col 20)
422 severe: [INVALID_ASSIGNMENT] A value of type 'Dimension' cannot be assigned to a variable of type 'num' (dart:html, line 36639, col 42)
423 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle< num>.left cannot be overridden in CssRect. (dart:html, line 36754, col 3)
424 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration MutableRectangle< num>.top cannot be overridden in CssRect. (dart:html, line 36756, col 3)
425 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentCssClassSet.removeAll ((Iterable<String>) → void) is not a subtype of CssCla ssSetImpl.removeAll ((Iterable<Object>) → void). (dart:html, line 36973, col 3)
426 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentCssClassSet.retainAll ((Iterable<String>) → void) is not a subtype of CssCla ssSetImpl.retainAll ((Iterable<Object>) → void). (dart:html, line 36977, col 3)
427 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentCssClassSet.retainAll ((Iterable<String>) → void) is not a subtype of Set<St ring>.retainAll ((Iterable<Object>) → void). (dart:html, line 36977, col 3)
428 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Eve ntStream.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, on Cancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCance l: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 37327, col 3)
429 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'Stream.asBroadcastStream' (dart:html, line 37346, col 7)
430 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of _EventStream.asBroadcastStream (({onListen: (StreamSubscrip tion<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream <T>) is not a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscri ption<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart :html, line 37346, col 48)
431 severe: [UNDEFINED_METHOD] The method 'matchesWithAncestors' is not defined for the class 'EventTarget'. (dart:html, line 37352, col 31)
432 severe: [UNDEFINED_METHOD] The method 'matchesWithAncestors' is not defined for the class 'EventTarget'. (dart:html, line 37376, col 31)
433 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentListEventStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynam ic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is no t a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, lin e 37402, col 3)
434 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Ele mentListEventStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynam ic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is no t a subtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → void, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, lin e 37402, col 3)
435 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Cus tomEventStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a s ubtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → voi d, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 375 18, col 3)
436 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of _Cus tomEventStreamImpl.asBroadcastStream (({onListen: (StreamSubscription<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void}) → Stream<T>) is not a s ubtype of Stream<T>.asBroadcastStream (({onListen: (StreamSubscription<T>) → voi d, onCancel: (StreamSubscription<T>) → void}) → Stream<T>). (dart:html, line 375 18, col 3)
437 severe: [NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE] Missing concrete imple mentation of 'Stream.asBroadcastStream' (dart:html, line 37529, col 7)
438 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Base class introduces an invalid o verride. The type of _CustomEventStreamImpl.asBroadcastStream (({onListen: (Stre amSubscription<dynamic>) → void, onCancel: (StreamSubscription<dynamic>) → void} ) → Stream<KeyEvent>) is not a subtype of Stream<KeyEvent>.asBroadcastStream (({ onListen: (StreamSubscription<KeyEvent>) → void, onCancel: (StreamSubscription<K eyEvent>) → void}) → Stream<KeyEvent>). (dart:html, line 37529, col 33)
439 severe: [RETURN_OF_INVALID_TYPE] The return type '_EventStream<Event>' is not a 'Stream<T>', as defined by the method 'forTarget'. (dart:html, line 37610, col 1 2)
440 severe: [RETURN_OF_INVALID_TYPE] The return type '_ElementEventStreamImpl<Event> ' is not a 'ElementStream<T>', as defined by the method 'forElement'. (dart:html , line 37614, col 12)
441 severe: [RETURN_OF_INVALID_TYPE] The return type '_ElementListEventStreamImpl<Ev ent>' is not a 'ElementStream<T>', as defined by the method '_forElementList'. ( dart:html, line 37619, col 12)
442 severe: [STRONG_MODE_INVALID_SUPER_INVOCATION] super call must be last in an ini tializer list (see https://goo.gl/EY6hDP): super(_EVENT_TYPE) (dart:html, line 3 9057, col 38)
443 severe: [UNDEFINED_GETTER] The getter '_shadowCharCode' is not defined for the c lass 'KeyboardEvent'. (dart:html, line 39090, col 21)
444 severe: [UNDEFINED_GETTER] The getter '_shadowCharCode' is not defined for the c lass 'KeyboardEvent'. (dart:html, line 39095, col 47)
445 severe: [STRONG_MODE_INVALID_SUPER_INVOCATION] super call must be last in an ini tializer list (see https://goo.gl/EY6hDP): super(uriPolicy, allowedElements: all owedElements, allowedAttributes: allowedAttributes, allowedUriAttributes: allowe dUriAttributes) (dart:html, line 39753, col 7)
446 severe: [STRONG_MODE_INVALID_SUPER_INVOCATION] super call must be last in an ini tializer list (see https://goo.gl/EY6hDP): super(null, allowedElements: ['TEMPLA TE'], allowedAttributes: _TEMPLATE_ATTRS.map((attr) => 'TEMPLATE::$attr')) (dart :html, line 39790, col 7)
447 severe: [UNDEFINED_FUNCTION] The function 'setNativeSubclassDispatchRecord' is n ot defined. (dart:html, line 40083, col 5)
448 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html, line 40111, col 7)
449 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html, line 40121, col 7)
450 severe: [UNDEFINED_FUNCTION] The function 'findInterceptorConstructorForType' is not defined. (dart:html, line 40140, col 26)
451 severe: [UNDEFINED_FUNCTION] The function 'findConstructorForNativeSubclassType' is not defined. (dart:html, line 40147, col 21)
452 severe: [UNDEFINED_FUNCTION] The function 'getNativeInterceptor' is not defined. (dart:html, line 40154, col 3)
453 severe: [UNDEFINED_FUNCTION] The function 'findDispatchTagForInterceptorClass' i s not defined. (dart:html, line 40156, col 26)
454 severe: [UNDEFINED_FUNCTION] The function 'setNativeSubclassDispatchRecord' is n ot defined. (dart:html, line 40190, col 3)
455 severe: [UNDEFINED_METHOD] The method 'findInterceptorConstructorForType' is not defined for the class '_JSElementUpgrader'. (dart:html, line 40213, col 28)
456 severe: [UNDEFINED_METHOD] The method 'findConstructorForNativeSubclassType' is not defined for the class '_JSElementUpgrader'. (dart:html, line 40218, col 20)
457 severe: [UNDEFINED_METHOD] The method 'getNativeInterceptor' is not defined for the class '_JSElementUpgrader'. (dart:html, line 40225, col 5)
458 severe: [UNDEFINED_METHOD] The method 'findDispatchTagForInterceptorClass' is no t defined for the class '_JSElementUpgrader'. (dart:html, line 40227, col 25)
459 severe: [UNDEFINED_METHOD] The method 'setNativeSubclassDispatchRecord' is not d efined for the class '_JSElementUpgrader'. (dart:html, line 40257, col 5)
460 severe: [UNDEFINED_METHOD] The method 'makeLeafDispatchRecord' is not defined fo r the class 'KeyEvent'. (dart:html, line 40462, col 12)
461 severe: [UNDEFINED_METHOD] The method 'setDispatchProperty' is not defined for t he class 'KeyEvent'. (dart:html, line 40532, col 5)
462 severe: [UNDEFINED_METHOD] The method 'matches' is not defined for the class 'Ev entTarget'. (dart:html, line 40708, col 18)
463 severe: [UNDEFINED_GETTER] The getter 'parent' is not defined for the class 'Eve ntTarget'. (dart:html, line 40709, col 23)
464 severe: [UNDEFINED_GETTER] The getter 'parent' is not defined for the class 'Eve ntTarget'. (dart:html, line 40710, col 56)
465 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html_common/conversions_dart2js.dart, line 89, col 14) 265 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html_common/conversions_dart2js.dart, line 89, col 14)
466 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html_common/conversions_dart2js.dart, line 90, col 15) 266 severe: [UNDEFINED_FUNCTION] The function 'convertDartClosureToJS' is not define d. (dart:html_common/conversions_dart2js.dart, line 90, col 15)
467 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSetImpl.map (((String) → dynamic) → Iterable<dynamic>) is not a subtype of I terableBase<String>.map (<T>((String) → T) → Iterable<T>). (dart:html_common/css _class_set.dart, line 59, col 3)
468 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSetImpl.expand (((String) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of IterableBase<String>.expand (<T>((String) → Iterable<T>) → Iterable< T>). (dart:html_common/css_class_set.dart, line 63, col 3)
469 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSetImpl.fold ((dynamic, (dynamic, String) → dynamic) → dynamic) is not a sub type of IterableBase<String>.fold (<T>(T, (T, String) → T) → T). (dart:html_comm on/css_class_set.dart, line 79, col 3)
470 severe: [STRONG_MODE_INVALID_METHOD_OVERRIDE] Invalid override. The type of CssC lassSetImpl.difference ((Set<String>) → Set<String>) is not a subtype of Set<Str ing>.difference ((Set<Object>) → Set<String>). (dart:html_common/css_class_set.d art, line 186, col 3)
471 severe: [ARGUMENT_TYPE_NOT_ASSIGNABLE] The argument type 'List<Node>' cannot be assigned to the parameter type 'Iterable<Element>'. (dart:html_common/filtered_e lement_list.dart, line 34, col 25)
472 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.title can not be overridden in StyleElement. (dart:svg, line 4732, col 3) 267 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.title can not be overridden in StyleElement. (dart:svg, line 4732, col 3)
473 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.title= ca nnot be overridden in StyleElement. (dart:svg, line 4734, col 3) 268 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.title= ca nnot be overridden in StyleElement. (dart:svg, line 4734, col 3)
474 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.outerHtml cannot be overridden in SvgElement. (dart:svg, line 4810, col 3) 269 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.outerHtml cannot be overridden in SvgElement. (dart:svg, line 4810, col 3)
475 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.isContent Editable cannot be overridden in SvgElement. (dart:svg, line 4875, col 3) 270 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.isContent Editable cannot be overridden in SvgElement. (dart:svg, line 4875, col 3)
476 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex cannot be overridden in SvgElement. (dart:svg, line 5173, col 3) 271 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex cannot be overridden in SvgElement. (dart:svg, line 5173, col 3)
477 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex= cannot be overridden in SvgElement. (dart:svg, line 5175, col 3) 272 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.tabIndex= cannot be overridden in SvgElement. (dart:svg, line 5175, col 3)
478 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'origin' must be initialized (dart:html, line 180, col 3) 273 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
479 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'origin' must be initialized (dart:html, line 747, col 3) 274 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'origin' must be initialized (dart:html, line 813, col 3)
480 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '3' more must be initialized (dart:html, line 1378, col 3) 275 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:html, line 1145, col 33)
481 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2396, col 14) 276 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '3' more must be initialized (dart:html, line 1691, col 3)
482 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2398, col 14) 277 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14)
483 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'options' must be initialized (dart:html, line 8257, col 3) 278 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14)
484 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<Element> (dart:html, line 9949, col 21) 279 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'options' must be initialized (dart:html, line 8973, col 3)
485 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (Element) → bool (dart:html, line 11089, col 41) 280 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_attributes' , '_childElementCount' and '18' more must be initialized (dart:html, line 13011, col 3)
486 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_attributes' , '_childElementCount' and '20' more must be initialized (dart:html, line 12317, col 3) 281 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'elements', ' form' and '4' more must be initialized (dart:html, line 16630, col 3)
487 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<Element> (dart:html, line 12525, col 21) 282 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'length' must be initialized (dart:html, line 17560, col 3)
488 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<Map<String, dynamic>> (dart:html, line 12759, col 25) 283 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables '_get_content Window' and 'sandbox' must be initialized (dart:html, line 20118, col 3)
489 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'elements', ' form' and '4' more must be initialized (dart:html, line 15820, col 3) 284 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'complete', ' currentSrc' and '2' more must be initialized (dart:html, line 20251, col 3)
490 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'length' must be initialized (dart:html, line 16719, col 3) 285 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_get_valueAs Date', 'entries' and '6' more must be initialized (dart:html, line 20405, col 3)
491 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Stream<Geoposition> (dart:html, line 16996, col 12) 286 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '4' more must be initialized (dart:html, line 21441, col 3)
492 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable '_get_contentW indow' must be initialized (dart:html, line 19230, col 3) 287 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'control' and 'form' must be initialized (dart:html, line 21552, col 3)
493 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'complete', ' currentSrc' and '2' more must be initialized (dart:html, line 19368, col 3) 288 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'form' must be initialized (dart:html, line 21586, col 3)
494 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_get_valueAs Date', 'entries' and '6' more must be initialized (dart:html, line 19497, col 3) 289 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'import', 'sh eet' and '1' more must be initialized (dart:html, line 21612, col 3)
495 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '4' more must be initialized (dart:html, line 20523, col 3) 290 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'areas' must b e initialized (dart:html, line 21764, col 3)
496 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'control' and 'form' must be initialized (dart:html, line 20629, col 3) 291 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'audioDecoded ByteCount', 'audioTracks' and '16' more must be initialized (dart:html, line 219 90, col 3)
497 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'form' must be initialized (dart:html, line 20663, col 3) 292 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'labels' must be initialized (dart:html, line 23506, col 3)
498 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'import', 'sh eet' and '1' more must be initialized (dart:html, line 20689, col 3) 293 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_localName', '_namespaceUri' and '12' more must be initialized (dart:html, line 24944, col 3 )
499 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'areas' must b e initialized (dart:html, line 20887, col 3) 294 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'vali dationMessage' and '2' more must be initialized (dart:html, line 25825, col 3)
500 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'audioDecoded ByteCount', 'audioTracks' and '15' more must be initialized (dart:html, line 210 92, col 3) 295 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'form' and 'i ndex' must be initialized (dart:html, line 25960, col 3)
501 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'labels' must be initialized (dart:html, line 22428, col 3) 296 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'html For' and '5' more must be initialized (dart:html, line 26014, col 3)
502 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_localName', '_namespaceUri' and '12' more must be initialized (dart:html, line 23805, col 3 ) 297 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'labels' and 'position' must be initialized (dart:html, line 27420, col 3)
503 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'vali dationMessage' and '2' more must be initialized (dart:html, line 24598, col 3) 298 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '4' more must be initialized (dart:html, line 29191, col 3)
504 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'form' and 'i ndex' must be initialized (dart:html, line 24733, col 3) 299 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:html, line 31447, col 3)
505 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'html For' and '5' more must be initialized (dart:html, line 24787, col 3) 300 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'cellIndex' mu st be initialized (dart:html, line 31667, col 3)
506 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'labels' and 'position' must be initialized (dart:html, line 25757, col 3) 301 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables '_rows' and ' _tBodies' must be initialized (dart:html, line 31778, col 3)
507 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '4' more must be initialized (dart:html, line 27207, col 3) 302 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_cells', 'ro wIndex' and '1' more must be initialized (dart:html, line 31888, col 3)
508 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28908, col 12) 303 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable '_rows' must b e initialized (dart:html, line 31955, col 3)
509 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28914, col 12) 304 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'content' must be initialized (dart:html, line 31998, col 3)
510 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:html, line 29134, col 3) 305 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '5' more must be initialized (dart:html, line 32074, col 3)
511 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'cellIndex' mu st be initialized (dart:html, line 29256, col 3) 306 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'readyState' and 'track' must be initialized (dart:html, line 33061, col 3)
512 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables '_rows' and ' _tBodies' must be initialized (dart:html, line 29367, col 3) 307 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'decodedFrame Count', 'droppedFrameCount' and '2' more must be initialized (dart:html, line 33 759, col 3)
513 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_cells', 'ro wIndex' and '1' more must be initialized (dart:html, line 29477, col 3) 308 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37623, col 14)
514 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable '_rows' must b e initialized (dart:html, line 29544, col 3) 309 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37631, col 14)
515 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'content' must be initialized (dart:html, line 29587, col 3) 310 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37639, col 14)
516 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '5' more must be initialized (dart:html, line 29663, col 3) 311 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40095, col 67)
517 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'readyState' and 'track' must be initialized (dart:html, line 30616, col 3) 312 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40117, col 45)
518 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'decodedFrame Count', 'droppedFrameCount' and '2' more must be initialized (dart:html, line 31 146, col 3)
519 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:html, line 31593, col 58)
520 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (num) → void (dart:html, line 32043, col 35)
521 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dyn amic> to Stream<BeforeUnloadEvent> (dart:html, line 33904, col 12)
522 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 34858, col 12)
523 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 34873, col 14)
524 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 34881, col 14)
525 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 34889, col 14)
526 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Element> (dart:html, line 36661, col 20)
527 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubs cription<dynamic> to StreamSubscription<T> (dart:html, line 37390, col 12)
528 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubs cription<dynamic> to StreamSubscription<T> (dart:html, line 37399, col 12)
529 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → dynamic (dart:html, line 37469, col 44)
530 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → dynamic (dart:html, line 37475, col 47)
531 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39536, col 9)
532 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39537, col 9)
533 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39574, col 9)
534 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39575, col 9)
535 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39896, col 31)
536 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39910, col 28)
537 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to List<Node> (dart:html, line 39926, col 29)
538 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39941, col 20)
539 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (String) → String to (Object) → String (dart:html_common/css_class_set.dart, line 148, col 44)
540 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<Database> (dart:indexed_db, line 548, col 14) 313 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<Database> (dart:indexed_db, line 548, col 14)
541 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → void to (Event) → void (dart:indexed_db, line 561, col 34) 314 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → void to (Event) → void (dart:indexed_db, line 561, col 34)
542 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<IdbFactory> (dart:indexed_db, line 568, col 14) 315 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<IdbFactory> (dart:indexed_db, line 568, col 14)
543 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<List<String>> (dart:indexed_db, line 581, col 14) 316 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<List<String>> (dart:indexed_db, line 581, col 14)
544 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 656, col 14) 317 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 656, col 14)
545 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 919, col 14) 318 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 919, col 14)
546 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:indexed_db, line 1084, col 56) 319 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:indexed_db, line 1084, col 56)
547 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:indexed_db, line 1088, col 56) 320 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:indexed_db, line 1088, col 56)
548 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dyn amic> to Stream<Cursor> (dart:indexed_db, line 1199, col 12) 321 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dyn amic> to Stream<Cursor> (dart:indexed_db, line 1199, col 12)
549 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'href' and 't arget' must be initialized (dart:svg, line 60, col 3) 322 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'href' and 't arget' must be initialized (dart:svg, line 60, col 3)
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:svg, line 4716, col 3) 364 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:svg, line 4716, col 3)
592 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'ownerSvgElem ent' and 'viewportElement' must be initialized (dart:svg, line 5159, col 3) 365 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'ownerSvgElem ent' and 'viewportElement' must be initialized (dart:svg, line 5159, col 3)
593 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'currentTrans late', 'currentView' and '12' more must be initialized (dart:svg, line 5481, col 3) 366 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'currentTrans late', 'currentView' and '12' more must be initialized (dart:svg, line 5481, col 3)
594 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'preserveAspe ctRatio' and 'viewBox' must be initialized (dart:svg, line 5700, col 3) 367 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'preserveAspe ctRatio' and 'viewBox' must be initialized (dart:svg, line 5700, col 3)
595 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'lengthAdjust ' and 'textLength' must be initialized (dart:svg, line 5772, col 3) 368 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'lengthAdjust ' and 'textLength' must be initialized (dart:svg, line 5772, col 3)
596 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'href', 'meth od' and '2' more must be initialized (dart:svg, line 5870, col 3) 369 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'href', 'meth od' and '2' more must be initialized (dart:svg, line 5870, col 3)
597 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'dx', 'dy' an d '3' more must be initialized (dart:svg, line 5931, col 3) 370 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'dx', 'dy' an d '3' more must be initialized (dart:svg, line 5931, col 3)
598 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'height', 'hr ef' and '3' more must be initialized (dart:svg, line 6221, col 3) 371 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'height', 'hr ef' and '3' more must be initialized (dart:svg, line 6221, col 3)
599 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'preserveAspe ctRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6266, col 3 ) 372 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'preserveAspe ctRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6266, col 3 )
600 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'gradientTran sform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6420, c ol 3) 373 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'gradientTran sform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6420, c ol 3)
OLDNEW
« no previous file with comments | « tool/input_sdk/lib/html/html_common/filtered_element_list.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698