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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1849133003: Work around dart:html inconsistency (Closed) Base URL: https://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/dart2js/html_dart2js.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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 severe: [UNDEFINED_METHOD] The method 'convertDartClosureToJS' is not defined fo r the class 'HttpRequest'. (dart:html, line 18659, col 33) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 302, col 37) 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 27862, col 3) 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 28874, 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 28876, 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 28878, 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 28887, 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 28994, col 7) 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 29805, 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 30465, 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 30795, 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 32988, col 3) 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 33900, col 14) 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 34095, col 3) 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 34597, 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 34599, 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 35143, 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 35143, 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 35150, 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 35150, 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 35157, 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 35157, 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 35164, 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 35164, 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 35455, col 11) 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 36034, col 3) 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 36069, col 32) 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 36081, col 34) 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 36112, col 3) 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 36116, 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 36124, 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 36149, 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 36153, 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 36161, 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 36195, 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 36197, 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 36199, 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 36208, 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 36521, 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 36573, 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 36620, col 21) 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 36620, col 44) 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 36638, col 20) 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 36638, col 42) 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 36753, col 3) 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 36755, 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 36972, 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 36976, 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 36976, 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 37326, 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 37345, col 7) 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 37345, col 48) 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 37351, col 31) 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 37375, 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 37401, col 3) 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 37401, 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 17, 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 17, 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 37528, col 7) 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 37528, col 33) 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 37609, col 1 2) 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 37613, col 12) 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 37618, 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 9056, col 38) 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 39089, col 21) 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 39094, col 47) 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 39752, col 7) 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 39789, 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 40082, col 5) 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 40110, col 7) 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 40120, 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 40139, col 26) 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 40146, col 21) 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 40153, col 3) 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 40155, col 26) 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 40189, col 3) 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 40212, col 28) 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 40217, col 20) 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 40224, col 5) 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 40226, col 25) 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 40256, col 5) 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 40461, col 12) 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 40531, col 5) 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 40707, col 18) 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 40708, col 23) 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 40709, col 56) 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) 465 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) 466 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) 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) 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) 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) 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) 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) 472 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) 473 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) 474 severe: [STRONG_MODE_INVALID_FIELD_OVERRIDE] Field declaration Element.outerHtml cannot be overridden in SvgElement. (dart:svg, line 4810, col 3)
(...skipping 22 matching lines...) Expand all
497 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'form' must be initialized (dart:html, line 20663, col 3) 497 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'form' must be initialized (dart:html, line 20663, 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) 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)
499 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'areas' must b e initialized (dart:html, line 20887, col 3) 499 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'areas' must b e initialized (dart:html, line 20887, 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) 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)
501 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'labels' must be initialized (dart:html, line 22428, col 3) 501 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'labels' must be initialized (dart:html, line 22428, 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 ) 502 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_localName', '_namespaceUri' and '12' more must be initialized (dart:html, line 23805, 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) 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)
504 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'form' and 'i ndex' must be initialized (dart:html, line 24733, 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)
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) 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)
506 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'labels' and 'position' must be initialized (dart:html, line 25757, col 3) 506 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'labels' and 'position' must be initialized (dart:html, line 25757, col 3)
507 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '4' more must be initialized (dart:html, line 27206, 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)
508 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28907, col 12) 508 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28908, col 12)
509 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28913, col 12) 509 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to Iterable<String> (dart:html, line 28914, col 12)
510 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:html, line 29133, col 3) 510 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'sheet' must b e initialized (dart:html, line 29134, col 3)
511 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'cellIndex' mu st be initialized (dart:html, line 29255, col 3) 511 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'cellIndex' mu st be initialized (dart:html, line 29256, col 3)
512 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables '_rows' and ' _tBodies' must be initialized (dart:html, line 29366, col 3) 512 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables '_rows' and ' _tBodies' must be initialized (dart:html, line 29367, col 3)
513 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables '_cells', 'ro wIndex' and '1' more must be initialized (dart:html, line 29476, 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)
514 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable '_rows' must b e initialized (dart:html, line 29543, col 3) 514 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable '_rows' must b e initialized (dart:html, line 29544, col 3)
515 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'content' must be initialized (dart:html, line 29586, col 3) 515 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_1] The final variable 'content' must be initialized (dart:html, line 29587, col 3)
516 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'form', 'labe ls' and '5' more must be initialized (dart:html, line 29662, col 3) 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)
517 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'readyState' and 'track' must be initialized (dart:html, line 30615, col 3) 517 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'readyState' and 'track' must be initialized (dart:html, line 30616, col 3)
518 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_3] The final variables 'decodedFrame Count', 'droppedFrameCount' and '2' more must be initialized (dart:html, line 31 145, col 3) 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 31592, col 58) 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 32042, col 35) 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 33903, col 12) 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 34857, 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 34872, col 14) 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 34880, 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 34888, 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 36660, col 20) 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 37389, col 12) 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 37398, 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 37468, col 44) 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 37474, col 47) 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 39535, col 9)
532 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39536, col 9) 531 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39536, col 9)
533 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39573, col 9) 532 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39537, col 9)
534 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39574, col 9) 533 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39574, col 9)
535 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39895, col 31) 534 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Iterable<String> (dart:html, line 39575, col 9)
536 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39909, col 28) 535 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39896, col 31)
537 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynam ic> to List<Node> (dart:html, line 39925, col 29) 536 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39910, col 28)
538 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:html, line 39940, col 20) 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) 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) 540 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) 541 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) 542 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) 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)
544 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 656, 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)
545 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dyn amic> to Future<int> (dart:indexed_db, line 919, 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)
546 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:indexed_db, line 1084, col 56) 546 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) 547 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) 548 warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dyn amic> to Stream<Cursor> (dart:indexed_db, line 1199, col 12)
(...skipping 42 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) 591 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) 592 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) 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)
594 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'preserveAspe ctRatio' and 'viewBox' must be initialized (dart:svg, line 5700, 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)
595 warning: [FINAL_NOT_INITIALIZED_CONSTRUCTOR_2] The final variables 'lengthAdjust ' and 'textLength' must be initialized (dart:svg, line 5772, col 3) 595 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) 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)
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) 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)
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) 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)
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 ) 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 )
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) 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)
OLDNEW
« no previous file with comments | « tool/input_sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698