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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1299993004: sort errors so they appear in stable order (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix html messages Created 5 years, 4 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 | « test/codegen/expect/js_test.txt ('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 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16)
2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25)
3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38)
4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25)
5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38)
6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
9 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
10 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
11 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 33)
12 warning: [DownCastComposite] y0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 37)
13 warning: [DownCastComposite] x1 - x0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 41)
14 warning: [DownCastComposite] y1 - y0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 50)
15 warning: [DownCastComposite] left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 29)
16 warning: [DownCastComposite] top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 35)
17 warning: [DownCastComposite] right - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 40)
18 warning: [DownCastComposite] bottom - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 54)
19 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 119, col 41)
20 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 120, col 44)
21 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 121, col 7)
22 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 123, col 7)
23 warning: [DownCastComposite] (width < 0) ? -width * 0 : width (num) will need ru ntime check to cast to type T (dart:math/rectangle.dart, line 151, col 22)
24 warning: [DownCastComposite] (height < 0) ? -height * 0 : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23)
25 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 167, col 14)
26 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 168, col 15)
27 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13)
28 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16)
29 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
30 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24)
31 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14)
32 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
33 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13)
34 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16)
35 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28)
36 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
37 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<E> (dart:_internal/iterable.dart, line 310, col 12)
38 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
39 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17)
40 warning: [DownCastComposite] _f ((dynamic) → Iterable<dynamic>) will need runtim e check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 45 4, col 76)
41 warning: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dar t, line 481, col 29)
42 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 961, col 33)
43 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43)
44 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
45 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
46 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
47 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
48 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
49 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
50 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
51 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
52 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t o type List<T> (dart:_internal/iterable.dart, line 1115, col 31)
53 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type int (dart:_internal/list.dart, line 251, col 59)
54 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l ine 29, col 45) 1 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l ine 29, col 45)
2 severe: [AnalyzerMessage] Classes cannot implement 'num' (dart:_interceptors/js_ number.dart, line 16, col 47)
3 severe: [AnalyzerMessage] The return type 'JSNumber' is not a 'double', as defin ed by the method 'toDouble' (dart:_interceptors/js_number.dart, line 110, col 17 )
4 severe: [StaticTypeError] Type check failed: this (JSNumber) is not of type doub le (dart:_interceptors/js_number.dart, line 110, col 17)
5 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of int.sign (() → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
6 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.>> ((num) → num) is not a subtype of int.>> ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
7 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of int.abs (() → int). (dart:_in terceptors/js_number.dart, line 349, col 13)
8 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of int.unary- (() → int). (da rt:_interceptors/js_number.dart, line 349, col 13)
9 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.<< ((num) → num) is not a subtype of int.<< ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
10 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.& ((num) → num) is not a subtype of int.& ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
11 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.| ((num) → num) is not a subtype of int.| ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
12 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.^ ((num) → num) is not a subtype of int.^ ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
13 severe: [AnalyzerMessage] Classes cannot implement 'int' (dart:_interceptors/js_ number.dart, line 349, col 41)
14 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 349, col 46)
15 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of double.sign (() → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
16 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.% ((num) → num) is not a subtype of double.% ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
17 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.* ((num) → num) is not a subtype of double.* ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
18 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.- ((num) → num) is not a subtype of double.- ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
19 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.+ ((num) → num) is not a subtype of double.+ ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
20 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double ). (dart:_interceptors/js_number.dart, line 420, col 16)
21 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of double.abs (() → double). (da rt:_interceptors/js_number.dart, line 420, col 16)
22 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.remainder ((num) → num) is not a subtype of double.remainder ((n um) → double). (dart:_interceptors/js_number.dart, line 420, col 16)
23 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 420, col 44)
24 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/ js_string.dart, line 14, col 47)
25 severe: [StaticTypeError] Type check failed: s += s (String) is not of type JSSt ring (dart:_interceptors/js_string.dart, line 346, col 7)
26 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 24, col 13)
27 severe: [AnalyzerMessage] The final variable 'buffer' must be initialized (dart: _native_typed_data, line 427, col 20)
28 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 433, col 13)
29 severe: [AnalyzerMessage] The final variable 'offsetInBytes' must be initialized (dart:_native_typed_data, line 439, col 13)
30 severe: [AnalyzerMessage] The final variable 'elementSizeInBytes' must be initia lized (dart:_native_typed_data, line 446, col 13)
31 severe: [AnalyzerMessage] The getter 'length' is not defined for the class 'Nati veTypedData' (dart:_native_typed_data, line 452, col 28)
32 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 206, col 32 )
33 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 207, col 36 )
34 severe: [AnalyzerMessage] The getter '_isFiring' is not defined for the class 'S treamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 208, co l 22)
35 severe: [AnalyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'StreamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 209, col 20)
36 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 211, col 38 )
37 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 321, col 34)
38 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 396, col 30)
39 severe: [AnalyzerMessage] The method '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 1227, col 17)
40 severe: [AnalyzerMessage] The getter '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38)
41 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60)
42 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
43 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37)
44 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11)
45 warning: [DownCastImplicit] indexable (JSIndexable) will need runtime check to c ast to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, l ine 89, col 38)
46 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 120, col 24)
47 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 121, col 26)
48 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 172, col 52)
49 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 250, col 58)
50 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 258, col 61)
51 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 266, col 36)
52 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 275, col 58)
53 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 357, col 29)
55 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) 54 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12)
56 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 55 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
57 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12) 56 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12)
58 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12) 57 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12)
59 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12) 58 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12)
60 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12) 59 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12)
61 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12) 60 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12)
62 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 349, col 46)
63 severe: [AnalyzerMessage] The return type 'JSNumber' is not a 'double', as defin ed by the method 'toDouble' (dart:_interceptors/js_number.dart, line 110, col 17 )
64 severe: [AnalyzerMessage] Classes cannot implement 'int' (dart:_interceptors/js_ number.dart, line 349, col 41)
65 severe: [AnalyzerMessage] Classes cannot implement 'num' (dart:_interceptors/js_ number.dart, line 16, col 47)
66 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 420, col 44)
67 warning: [DownCastImplicit] JS('num', r'Math.ceil(#)', this) (num) will need run time check to cast to type double (dart:_interceptors/js_number.dart, line 83, c ol 28)
68 warning: [DownCastImplicit] JS('num', r'Math.floor(#)', this) (num) will need ru ntime check to cast to type double (dart:_interceptors/js_number.dart, line 85, col 29)
69 warning: [DownCastImplicit] JS('num', r'-Math.round(-#)', this) (num) will need runtime check to cast to type double (dart:_interceptors/js_number.dart, line 89 , col 14)
70 warning: [DownCastImplicit] JS('num', r'Math.round(#)', this) (num) will need ru ntime check to cast to type double (dart:_interceptors/js_number.dart, line 91, col 14)
71 severe: [StaticTypeError] Type check failed: this (JSNumber) is not of type doub le (dart:_interceptors/js_number.dart, line 110, col 17)
72 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of int.abs (() → int). (dart:_in terceptors/js_number.dart, line 349, col 13)
73 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of int.unary- (() → int). (da rt:_interceptors/js_number.dart, line 349, col 13)
74 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.<< ((num) → num) is not a subtype of int.<< ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
75 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.>> ((num) → num) is not a subtype of int.>> ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
76 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.& ((num) → num) is not a subtype of int.& ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
77 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.| ((num) → num) is not a subtype of int.| ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
78 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.^ ((num) → num) is not a subtype of int.^ ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
79 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of int.sign (() → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
80 warning: [DownCastImplicit] this & ((1 << width) - 1) (num) will need runtime ch eck to cast to type int (dart:_interceptors/js_number.dart, line 357, col 12)
81 warning: [DownCastImplicit] (this & (signMask - 1)) - (this & signMask) (num) wi ll need runtime check to cast to type int (dart:_interceptors/js_number.dart, li ne 362, col 12)
82 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.remainder ((num) → num) is not a subtype of double.remainder ((n um) → double). (dart:_interceptors/js_number.dart, line 420, col 16)
83 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of double.abs (() → double). (da rt:_interceptors/js_number.dart, line 420, col 16)
84 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double ). (dart:_interceptors/js_number.dart, line 420, col 16)
85 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.+ ((num) → num) is not a subtype of double.+ ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
86 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.- ((num) → num) is not a subtype of double.- ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
87 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.* ((num) → num) is not a subtype of double.* ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
88 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.% ((num) → num) is not a subtype of double.% ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
89 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of double.sign (() → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
90 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/ js_string.dart, line 14, col 47)
91 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14)
92 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
93 severe: [StaticTypeError] Type check failed: s += s (String) is not of type JSSt ring (dart:_interceptors/js_string.dart, line 346, col 7)
94 warning: [DownCastImplicit] JS('num', r'parseInt(#, 16)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 87, col 18) 61 warning: [DownCastImplicit] JS('num', r'parseInt(#, 16)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 87, col 18)
95 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 91, col 18) 62 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 91, col 18)
96 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 103, col 18) 63 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee d runtime check to cast to type int (dart:_js_helper, line 103, col 18)
97 warning: [DownCastImplicit] JS('num', r'parseInt(#, #)', source, radix) (num) wi ll need runtime check to cast to type int (dart:_js_helper, line 135, col 12) 64 warning: [DownCastImplicit] JS('num', r'parseInt(#, #)', source, radix) (num) wi ll need runtime check to cast to type int (dart:_js_helper, line 135, col 12)
98 warning: [DownCastImplicit] result (num) will need runtime check to cast to type double (dart:_js_helper, line 159, col 16) 65 warning: [DownCastImplicit] result (num) will need runtime check to cast to type double (dart:_js_helper, line 159, col 16)
99 warning: [DownCastImplicit] result (num) will need runtime check to cast to type double (dart:_js_helper, line 163, col 12) 66 warning: [DownCastImplicit] result (num) will need runtime check to cast to type double (dart:_js_helper, line 163, col 12)
100 warning: [DownCastImplicit] 0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)) (num) wil l need runtime check to cast to type int (dart:_js_helper, line 250, col 15) 67 warning: [DownCastImplicit] 0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)) (num) wil l need runtime check to cast to type int (dart:_js_helper, line 250, col 15)
101 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t o cast to type int (dart:_js_helper, line 251, col 15) 68 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t o cast to type int (dart:_js_helper, line 251, col 15)
102 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31) 69 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31)
103 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16) 70 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16)
71 warning: [DownCastImplicit] JS('num', r'Math.ceil(#)', this) (num) will need run time check to cast to type double (dart:_interceptors/js_number.dart, line 83, c ol 28)
72 warning: [DownCastImplicit] JS('num', r'Math.floor(#)', this) (num) will need ru ntime check to cast to type double (dart:_interceptors/js_number.dart, line 85, col 29)
73 warning: [DownCastImplicit] JS('num', r'-Math.round(-#)', this) (num) will need runtime check to cast to type double (dart:_interceptors/js_number.dart, line 89 , col 14)
74 warning: [DownCastImplicit] JS('num', r'Math.round(#)', this) (num) will need ru ntime check to cast to type double (dart:_interceptors/js_number.dart, line 91, col 14)
75 warning: [DownCastImplicit] this & ((1 << width) - 1) (num) will need runtime ch eck to cast to type int (dart:_interceptors/js_number.dart, line 357, col 12)
76 warning: [DownCastImplicit] (this & (signMask - 1)) - (this & signMask) (num) wi ll need runtime check to cast to type int (dart:_interceptors/js_number.dart, li ne 362, col 12)
77 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14)
78 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
79 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast to type NativeFloat32List (dart:_native_typed_da ta, line 201, col 9)
80 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<int>) wil l need runtime check to cast to type Int32List (dart:_native_typed_data, line 31 1, col 9)
81 warning: [DownCastImplicit] _storage.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast to type NativeFloat64List (dart:_native_typed_da ta, line 415, col 9)
82 warning: [DownCastImplicit] length == null ? _create2(buffer, offsetInBytes) : _ create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cas t to type NativeInt8List (dart:_native_typed_data, line 1106, col 12)
104 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) 83 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
105 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) 84 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43)
106 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) 85 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43)
107 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23) 86 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23)
87 warning: [DownCastImplicit] errorHandler (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:async/async_error.dart, line 20, col 39)
88 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67)
89 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15)
90 warning: [DownCastComposite] super._controller (_StreamControllerLifecycle<T>) w ill need runtime check to cast to type _BroadcastStreamController<T> (dart:async /broadcast_stream_controller.dart, line 40, col 52)
91 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 196, col 18)
92 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 201, col 12)
93 warning: [DownCastComposite] subscription (StreamSubscription<T>) will need runt ime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream _controller.dart, line 212, col 23)
94 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 309, col 48)
95 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 372, col 24)
96 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 393, col 48)
97 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 402, col 48)
98 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 412, col 50)
99 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12)
100 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12)
101 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12)
102 warning: [DownCastImplicit] callback (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/future_impl.dart, line 112, col 12)
103 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
104 warning: [DownCastImplicit] callback (Function) will need runtime check to cast to type () → dynamic (dart:async/future_impl.dart, line 121, col 12)
105 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11)
106 warning: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async /future_impl.dart, line 221, col 32)
107 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12)
108 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12)
109 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17)
110 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15)
111 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 386, col 31)
112 warning: [DownCastComposite] typedFuture (Future<T>) will need runtime check to cast to type _Future<T> (dart:async/future_impl.dart, line 388, col 33)
113 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 407, col 22)
114 warning: [DownCastImplicit] errorCallback (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/future_impl.dart, line 515, col 54)
115 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 66, col 61)
116 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 71, col 60)
117 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 84, col 55)
118 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/stream.dart, line 90, col 25)
119 warning: [DownCastComposite] mapSink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (da rt:async/stream.dart, line 217, col 41)
120 warning: [DownCastComposite] onListen ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 44)
121 warning: [DownCastComposite] onCancel ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 54)
122 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 502, col 24)
123 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 535, col 11)
124 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 603, col 13)
125 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 629, col 13)
126 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 658, col 13)
127 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 695, col 13)
128 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1037, col 11)
129 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1078, col 11)
130 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1130, col 11)
131 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43)
132 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43)
133 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da rt:async/stream.dart, line 1246, col 21)
134 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43)
135 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53)
136 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamController() (_StreamController<dynamic>) will need runtim e check to cast to type StreamController<T> (dart:async/stream_controller.dart, line 83, col 14)
137 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co ntroller.dart, line 516, col 12)
138 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l ine 798, col 15)
139 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
140 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15)
141 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic, dynamic) → dynamic (dart:async/stream_impl.dart, line 358, col 32)
142 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/stream_impl.dart, line 360, col 31)
143 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12)
144 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12)
145 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
146 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
147 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
148 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
149 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
150 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
151 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
152 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
153 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15)
154 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
155 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29)
156 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18)
157 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15)
158 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48)
159 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
160 warning: [DownCastComposite] Zone.current.bindUnaryCallback(callback, runGuarded : true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
161 warning: [DownCastImplicit] implementationZone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 845, col 57)
162 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16)
163 warning: [DownCastImplicit] zone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 999, col 26)
164 warning: [DownCastImplicit] onError (Function) will need runtime check to cast t o type (dynamic) → dynamic (dart:async/zone.dart, line 1228, col 37)
108 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2) 165 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2)
109 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14) 166 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14)
110 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17) 167 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17)
111 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49) 168 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49)
112 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19) 169 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19)
113 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49) 170 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49)
114 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9) 171 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9)
115 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18) 172 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18)
116 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12) 173 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12)
117 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12) 174 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12)
(...skipping 14 matching lines...) Expand all
132 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14) 189 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14)
133 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12) 190 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12)
134 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14) 191 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14)
135 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12) 192 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12)
136 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12) 193 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12)
137 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19) 194 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19)
138 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21) 195 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21)
139 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36) 196 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36)
140 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47) 197 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47)
141 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18) 198 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18)
199 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35)
142 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40) 200 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40)
143 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35)
144 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17) 201 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17)
145 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16) 202 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16)
203 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35)
146 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40) 204 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40)
147 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35)
148 warning: [DownCastComposite] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) will need runtime check to cast to type LinkedHashMap<K, V> (da rt:collection/linked_hash_map.dart, line 142, col 12) 205 warning: [DownCastComposite] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) will need runtime check to cast to type LinkedHashMap<K, V> (da rt:collection/linked_hash_map.dart, line 142, col 12)
149 warning: [DownCastComposite] entry (dynamic) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 65, col 56) 206 warning: [DownCastComposite] entry (dynamic) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 65, col 56)
150 warning: [DownCastComposite] next (_LinkedListLink) will need runtime check to c ast to type E (dart:collection/linked_list.dart, line 93, col 17) 207 warning: [DownCastComposite] next (_LinkedListLink) will need runtime check to c ast to type E (dart:collection/linked_list.dart, line 93, col 17)
151 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 105, col 12) 208 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 105, col 12)
152 warning: [DownCastComposite] _previous (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 112, col 12) 209 warning: [DownCastComposite] _previous (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 112, col 12)
153 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 122, col 12) 210 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 122, col 12)
154 warning: [DownCastComposite] current (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 134, col 14) 211 warning: [DownCastComposite] current (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 134, col 14)
155 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 192, col 16) 212 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 192, col 16)
156 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 249, col 16) 213 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 249, col 16)
157 warning: [DownCastImplicit] iterable (Iterable<E>) will need runtime check to ca st to type List<dynamic> (dart:collection/list.dart, line 365, col 19) 214 warning: [DownCastImplicit] iterable (Iterable<E>) will need runtime check to ca st to type List<dynamic> (dart:collection/list.dart, line 365, col 19)
158 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 377, col 27) 215 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 377, col 27)
159 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 381, col 27) 216 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 381, col 27)
160 warning: [DownCastComposite] _map[_map.keys.first] (dynamic) will need runtime c heck to cast to type V (dart:collection/maps.dart, line 122, col 18) 217 warning: [DownCastComposite] _map[_map.keys.first] (dynamic) will need runtime c heck to cast to type V (dart:collection/maps.dart, line 122, col 18)
161 warning: [DownCastComposite] _map[_map.keys.single] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 123, col 19) 218 warning: [DownCastComposite] _map[_map.keys.single] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 123, col 19)
162 warning: [DownCastComposite] _map[_map.keys.last] (dynamic) will need runtime ch eck to cast to type V (dart:collection/maps.dart, line 124, col 17) 219 warning: [DownCastComposite] _map[_map.keys.last] (dynamic) will need runtime ch eck to cast to type V (dart:collection/maps.dart, line 124, col 17)
163 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18) 220 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18)
164 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23) 221 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23)
165 warning: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E> (dart:collection/queue.dart, line 211, col 12) 222 warning: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E> (dart:collection/queue.dart, line 211, col 12)
166 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40) 223 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40)
167 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31) 224 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31)
168 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52) 225 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52)
169 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52) 226 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52)
170 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52) 227 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52)
171 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40) 228 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40)
172 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16) 229 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16)
173 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60)
174 severe: [AnalyzerMessage] The getter '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38)
175 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12) 230 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12)
176 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12) 231 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12)
177 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 265, col 23) 232 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 265, col 23)
233 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35)
178 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40) 234 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40)
179 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35)
180 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25) 235 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25)
181 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16) 236 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16)
182 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41) 237 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41)
183 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33) 238 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33)
184 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14) 239 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14)
185 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 394, col 38) 240 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 394, col 38)
186 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37) 241 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37)
187 warning: [DownCastImplicit] node.right (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/sp lay_tree.dart, line 420, col 41) 242 warning: [DownCastImplicit] node.right (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/sp lay_tree.dart, line 420, col 41)
188 warning: [DownCastImplicit] node.left (_SplayTreeNode<dynamic>) will need runtim e check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/spl ay_tree.dart, line 421, col 16) 243 warning: [DownCastImplicit] node.left (_SplayTreeNode<dynamic>) will need runtim e check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/spl ay_tree.dart, line 421, col 16)
189 warning: [DownCastImplicit] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.da rt, line 425, col 18) 244 warning: [DownCastImplicit] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.da rt, line 425, col 18)
190 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12) 245 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12)
191 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12) 246 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12)
192 warning: [DownCastImplicit] _currentNode (_SplayTreeNode<dynamic>) will need run time check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/ splay_tree.dart, line 545, col 22) 247 warning: [DownCastImplicit] _currentNode (_SplayTreeNode<dynamic>) will need run time check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/ splay_tree.dart, line 545, col 22)
193 warning: [DownCastComposite] setOrMap._comparator (dynamic) will need runtime ch eck to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 610, col 29) 248 warning: [DownCastComposite] setOrMap._comparator (dynamic) will need runtime ch eck to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 610, col 29)
194 warning: [DownCastComposite] setOrMap._validKey (dynamic) will need runtime chec k to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 610, co l 51) 249 warning: [DownCastComposite] setOrMap._validKey (dynamic) will need runtime chec k to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 610, co l 51)
195 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39) 250 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39)
196 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42) 251 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42)
197 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 641 , col 55) 252 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 641 , col 55)
198 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 691, col 23) 253 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 691, col 23)
199 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 705, col 29 ) 254 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 705, col 29 )
200 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12) 255 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12)
201 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12) 256 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12)
202 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40) 257 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40)
203 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20) 258 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20)
204 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39) 259 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39)
205 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39) 260 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39)
206 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23) 261 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23)
207 severe: [AnalyzerMessage] The getter 'length' is not defined for the class 'Nati veTypedData' (dart:_native_typed_data, line 452, col 28) 262 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<int> (dart:convert/ascii.dart, line 96, col 12)
208 severe: [AnalyzerMessage] The final variable 'buffer' must be initialized (dart: _native_typed_data, line 427, col 20) 263 warning: [DownCastImplicit] sink (Sink<List<int>>) will need runtime check to ca st to type ByteConversionSink (dart:convert/ascii.dart, line 109, col 55)
209 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 24, col 13) 264 warning: [DownCastComposite] _first.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T> (dart:convert/ codec.dart, line 87, col 34)
210 severe: [AnalyzerMessage] The final variable 'elementSizeInBytes' must be initia lized (dart:_native_typed_data, line 446, col 13) 265 warning: [DownCastComposite] _second.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S> (dart:convert/ codec.dart, line 88, col 34)
211 severe: [AnalyzerMessage] The final variable 'offsetInBytes' must be initialized (dart:_native_typed_data, line 439, col 13)
212 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 433, col 13)
213 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast to type NativeFloat32List (dart:_native_typed_da ta, line 201, col 9)
214 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<int>) wil l need runtime check to cast to type Int32List (dart:_native_typed_data, line 31 1, col 9)
215 warning: [DownCastImplicit] _storage.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast to type NativeFloat64List (dart:_native_typed_da ta, line 415, col 9)
216 warning: [DownCastImplicit] length == null ? _create2(buffer, offsetInBytes) : _ create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cas t to type NativeInt8List (dart:_native_typed_data, line 1106, col 12)
217 warning: [DownCastComposite] IsolateNatives.spawnFunction(entryPoint, message, p aused).then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapab ility: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future <Isolate> (dart:isolate, line 168, col 14)
218 warning: [DownCastComposite] IsolateNatives.spawnUri(uri, args, message, paused) .then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isola te> (dart:isolate, line 234, col 14)
219 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
220 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37)
221 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11)
222 warning: [DownCastImplicit] indexable (JSIndexable) will need runtime check to c ast to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, l ine 89, col 38)
223 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 120, col 24)
224 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 121, col 26)
225 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 172, col 52)
226 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 250, col 58)
227 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 258, col 61)
228 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 266, col 36)
229 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 275, col 58)
230 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 357, col 29)
231 warning: [DownCastImplicit] errorHandler (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:async/async_error.dart, line 20, col 39)
232 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 211, col 38 )
233 severe: [AnalyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'StreamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 209, col 20)
234 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 207, col 36 )
235 severe: [AnalyzerMessage] The getter '_isFiring' is not defined for the class 'S treamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 208, co l 22)
236 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 206, col 32 )
237 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67)
238 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15)
239 warning: [DownCastComposite] super._controller (_StreamControllerLifecycle<T>) w ill need runtime check to cast to type _BroadcastStreamController<T> (dart:async /broadcast_stream_controller.dart, line 40, col 52)
240 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 196, col 18)
241 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 201, col 12)
242 warning: [DownCastComposite] subscription (StreamSubscription<T>) will need runt ime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream _controller.dart, line 212, col 23)
243 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 309, col 48)
244 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 372, col 24)
245 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 393, col 48)
246 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 402, col 48)
247 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 412, col 50)
248 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12)
249 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12)
250 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12)
251 warning: [DownCastImplicit] callback (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/future_impl.dart, line 112, col 12)
252 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
253 warning: [DownCastImplicit] callback (Function) will need runtime check to cast to type () → dynamic (dart:async/future_impl.dart, line 121, col 12)
254 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11)
255 warning: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async /future_impl.dart, line 221, col 32)
256 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12)
257 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12)
258 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17)
259 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15)
260 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 386, col 31)
261 warning: [DownCastComposite] typedFuture (Future<T>) will need runtime check to cast to type _Future<T> (dart:async/future_impl.dart, line 388, col 33)
262 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 407, col 22)
263 warning: [DownCastImplicit] errorCallback (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/future_impl.dart, line 515, col 54)
264 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 66, col 61)
265 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 71, col 60)
266 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 84, col 55)
267 severe: [AnalyzerMessage] The method '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 1227, col 17)
268 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 396, col 30)
269 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 321, col 34)
270 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/stream.dart, line 90, col 25)
271 warning: [DownCastComposite] mapSink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (da rt:async/stream.dart, line 217, col 41)
272 warning: [DownCastComposite] onListen ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 44)
273 warning: [DownCastComposite] onCancel ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 54)
274 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 502, col 24)
275 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 535, col 11)
276 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 603, col 13)
277 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 629, col 13)
278 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 658, col 13)
279 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 695, col 13)
280 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1037, col 11)
281 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1078, col 11)
282 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1130, col 11)
283 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43)
284 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43)
285 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da rt:async/stream.dart, line 1246, col 21)
286 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43)
287 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53)
288 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamController() (_StreamController<dynamic>) will need runtim e check to cast to type StreamController<T> (dart:async/stream_controller.dart, line 83, col 14)
289 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co ntroller.dart, line 516, col 12)
290 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l ine 798, col 15)
291 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
292 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15)
293 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic, dynamic) → dynamic (dart:async/stream_impl.dart, line 358, col 32)
294 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/stream_impl.dart, line 360, col 31)
295 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12)
296 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12)
297 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
298 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
299 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
300 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
301 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
302 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
303 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
304 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
305 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15)
306 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
307 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29)
308 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18)
309 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15)
310 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48)
311 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
312 warning: [DownCastComposite] Zone.current.bindUnaryCallback(callback, runGuarded : true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
313 warning: [DownCastImplicit] implementationZone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 845, col 57)
314 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16)
315 warning: [DownCastImplicit] zone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 999, col 26)
316 warning: [DownCastImplicit] onError (Function) will need runtime check to cast t o type (dynamic) → dynamic (dart:async/zone.dart, line 1228, col 37)
317 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 176, col 45) 266 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 176, col 45)
318 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 177, col 53) 267 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 177, col 53)
319 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 233, col 36) 268 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type String (dart:convert, line 233, col 36)
320 warning: [DownCastComposite] JS('JSExtendableArray', '#', keys) (dynamic) will n eed runtime check to cast to type List<String> (dart:convert, line 311, col 12) 269 warning: [DownCastComposite] JS('JSExtendableArray', '#', keys) (dynamic) will n eed runtime check to cast to type List<String> (dart:convert, line 311, col 12)
321 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<int> (dart:convert/ascii.dart, line 96, col 12)
322 warning: [DownCastImplicit] sink (Sink<List<int>>) will need runtime check to ca st to type ByteConversionSink (dart:convert/ascii.dart, line 109, col 55)
323 warning: [DownCastComposite] _first.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T> (dart:convert/ codec.dart, line 87, col 34)
324 warning: [DownCastComposite] _second.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S> (dart:convert/ codec.dart, line 88, col 34)
325 warning: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) wi ll need runtime check to cast to type T (dart:convert/converter.dart, line 58, c ol 25) 270 warning: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) wi ll need runtime check to cast to type T (dart:convert/converter.dart, line 58, c ol 25)
326 warning: [DownCastComposite] byteStream.transform(decoder).fold(new StringBuffer (), (buffer, string) => buffer..write(string)).then((buffer) => buffer.toString( )) (Future<dynamic>) will need runtime check to cast to type Future<String> (dar t:convert/encoding.dart, line 14, col 12) 271 warning: [DownCastComposite] byteStream.transform(decoder).fold(new StringBuffer (), (buffer, string) => buffer..write(string)).then((buffer) => buffer.toString( )) (Future<dynamic>) will need runtime check to cast to type Future<String> (dar t:convert/encoding.dart, line 14, col 12)
327 warning: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSink (dart:convert/html_escape.dart, line 79, col 38) 272 warning: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSink (dart:convert/html_escape.dart, line 79, col 38)
328 warning: [DownCastComposite] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28) 273 warning: [DownCastComposite] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28)
329 warning: [DownCastComposite] _toEncodable ((dynamic) → dynamic) will need runtim e check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28) 274 warning: [DownCastComposite] _toEncodable ((dynamic) → dynamic) will need runtim e check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28)
330 warning: [DownCastImplicit] _toEncodable (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:convert/json.dart, line 243, col 48) 275 warning: [DownCastImplicit] _toEncodable (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:convert/json.dart, line 243, col 48)
331 warning: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSink (dart:convert/json.dart, line 262, col 33) 276 warning: [DownCastImplicit] sink (Sink<String>) will need runtime check to cast to type StringConversionSink (dart:convert/json.dart, line 262, col 33)
332 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42) 277 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42)
333 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36) 278 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36)
334 warning: [DownCastImplicit] _toEncodable (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:convert/json.dart, line 425, col 51) 279 warning: [DownCastImplicit] _toEncodable (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:convert/json.dart, line 425, col 51)
(...skipping 22 matching lines...) Expand all
357 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61) 302 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61)
358 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45) 303 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45)
359 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37) 304 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37)
360 warning: [DownCastImplicit] this._port (num) will need runtime check to cast to type int (dart:core/uri.dart, line 1494, col 22) 305 warning: [DownCastImplicit] this._port (num) will need runtime check to cast to type int (dart:core/uri.dart, line 1494, col 22)
361 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23) 306 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23)
362 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9) 307 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9)
363 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) 308 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23)
364 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12) 309 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12)
365 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0. .255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas t to type List<int> (dart:core/uri.dart, line 1901, col 12) 310 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0. .255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas t to type List<int> (dart:core/uri.dart, line 1901, col 12)
366 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca st to type List<int> (dart:core/uri.dart, line 2023, col 12) 311 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca st to type List<int> (dart:core/uri.dart, line 2023, col 12)
312 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<E> (dart:_internal/iterable.dart, line 310, col 12)
313 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
314 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17)
315 warning: [DownCastComposite] _f ((dynamic) → Iterable<dynamic>) will need runtim e check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 45 4, col 76)
316 warning: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>) will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dar t, line 481, col 29)
317 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 961, col 33)
318 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43)
319 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
320 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
321 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
322 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
323 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
324 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
325 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
326 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
327 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t o type List<T> (dart:_internal/iterable.dart, line 1115, col 31)
328 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type int (dart:_internal/list.dart, line 251, col 59)
329 warning: [DownCastComposite] IsolateNatives.spawnFunction(entryPoint, message, p aused).then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapab ility: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future <Isolate> (dart:isolate, line 168, col 14)
330 warning: [DownCastComposite] IsolateNatives.spawnUri(uri, args, message, paused) .then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isola te> (dart:isolate, line 234, col 14)
367 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 325, col 44) 331 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 325, col 44)
368 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 358, col 12) 332 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 358, col 12)
369 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ e List<dynamic> (dart:js, line 394, col 24) 333 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ e List<dynamic> (dart:js, line 394, col 24)
370 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12) 334 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12)
371 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12) 335 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12)
372 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52) 336 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52)
337 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16)
338 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25)
339 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38)
340 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25)
341 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38)
342 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
343 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
344 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
345 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
346 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
347 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 33)
348 warning: [DownCastComposite] y0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 37)
349 warning: [DownCastComposite] x1 - x0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 41)
350 warning: [DownCastComposite] y1 - y0 (num) will need runtime check to cast to ty pe T (dart:math/rectangle.dart, line 68, col 50)
351 warning: [DownCastComposite] left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 29)
352 warning: [DownCastComposite] top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 35)
353 warning: [DownCastComposite] right - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 40)
354 warning: [DownCastComposite] bottom - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 95, col 54)
355 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 119, col 41)
356 warning: [DownCastComposite] this.left + this.width (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 120, col 44)
357 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 121, col 7)
358 warning: [DownCastComposite] this.top + this.height (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 123, col 7)
359 warning: [DownCastComposite] (width < 0) ? -width * 0 : width (num) will need ru ntime check to cast to type T (dart:math/rectangle.dart, line 151, col 22)
360 warning: [DownCastComposite] (height < 0) ? -height * 0 : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23)
361 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 167, col 14)
362 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 168, col 15)
363 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13)
364 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16)
365 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
366 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24)
367 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14)
368 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
369 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13)
370 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16)
371 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28)
372 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
373 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10) 373 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10)
OLDNEW
« no previous file with comments | « test/codegen/expect/js_test.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698