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

Side by Side Diff: pkg/dev_compiler/tool/sdk_expected_errors.txt

Issue 2360973004: fix #27408, reverts "ignore dynamic in inference" (Closed)
Patch Set: run ddc presumbit Created 4 years, 2 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 | « pkg/dev_compiler/test/codegen_expected/varargs.js ('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 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int , E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami c). (dart:_interceptors/js_array.dart, line 590, col 25) 1 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int , E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami c). (dart:_interceptors/js_array.dart, line 590, col 25)
2 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d art:_native_typed_data, line 793, col 3) 2 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d art:_native_typed_data, line 793, col 3)
3 [error] Could not infer type parameter T, _ControllerEventSinkWrapper<dynamic> m ust be of type EventSink<T>. (dart:async/stream.dart, line 1346, col 16) 3 [error] Could not infer type parameter T, _ControllerEventSinkWrapper<dynamic> m ust be of type EventSink<T>. (dart:async/stream.dart, line 1346, col 16)
4 [error] The argument type '_ControllerEventSinkWrapper' cannot be assigned to th e parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53) 4 [error] The argument type '_ControllerEventSinkWrapper' cannot be assigned to th e parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53)
5 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:conv ert/chunked_conversion.dart, line 14, col 3) 5 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:conv ert/chunked_conversion.dart, line 14, col 3)
6 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (d art:convert/chunked_conversion.dart, line 14, col 3) 6 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (d art:convert/chunked_conversion.dart, line 14, col 3)
7 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion (( dynamic) → dynamic) is not a subtype of Converter<S, T>.startChunkedConversion ( (Sink<T>) → Sink<S>). (dart:convert/chunked_conversion.dart, line 15, col 3) 7 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion (( dynamic) → dynamic) is not a subtype of Converter<S, T>.startChunkedConversion ( (Sink<T>) → Sink<S>). (dart:convert/chunked_conversion.dart, line 15, col 3)
8 [error] The argument type '(dynamic, String) → dynamic' cannot be assigned to th e parameter type '(StringBuffer, String) → StringBuffer'. (dart:convert/encoding .dart, line 19, col 33)
9 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16868, col 3) 8 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16868, col 3)
10 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18903, col 3) 9 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18903, col 3)
11 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht ml, line 23817, col 3) 10 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht ml, line 23817, col 3)
12 [error] Invalid override. The type of NodeList.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 25466, col 3) 11 [error] Invalid override. The type of NodeList.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 25466, col 3)
13 [error] Invalid override. The type of PluginArray.[]= ((int, Plugin) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 26970, col 3) 12 [error] Invalid override. The type of PluginArray.[]= ((int, Plugin) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 26970, col 3)
14 [error] Invalid override. The type of SourceBufferList.[]= ((int, SourceBuffer) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). ( dart:html, line 30208, col 3) 13 [error] Invalid override. The type of SourceBufferList.[]= ((int, SourceBuffer) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). ( dart:html, line 30208, col 3)
15 [error] Invalid override. The type of SpeechGrammarList.[]= ((int, SpeechGrammar ) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 30409, col 3) 14 [error] Invalid override. The type of SpeechGrammarList.[]= ((int, SpeechGrammar ) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 30409, col 3)
16 [error] Invalid override. The type of TextTrackList.[]= ((int, TextTrack) → void ) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h tml, line 32568, col 3) 15 [error] Invalid override. The type of TextTrackList.[]= ((int, TextTrack) → void ) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h tml, line 32568, col 3)
17 [error] Invalid override. The type of TouchList.[]= ((int, Touch) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, lin e 32903, col 3) 16 [error] Invalid override. The type of TouchList.[]= ((int, Touch) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, lin e 32903, col 3)
18 [error] Invalid override. The type of _CssRuleList.[]= ((int, CssRule) → void) i s not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html , line 37674, col 3) 17 [error] Invalid override. The type of _CssRuleList.[]= ((int, CssRule) → void) i s not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html , line 37674, col 3)
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 [warning] Unsound implicit cast from dynamic to List<_LinkedHashSetCell<E>> (dar t:collection, line 1351, col 12) 90 [warning] Unsound implicit cast from dynamic to List<_LinkedHashSetCell<E>> (dar t:collection, line 1351, col 12)
92 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1358, col 40) 91 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1358, col 40)
93 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1391, col 40) 92 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1391, col 40)
94 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1412, col 40) 93 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1412, col 40)
95 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1413, c ol 36) 94 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1413, c ol 36)
96 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1423, c ol 47) 95 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1423, c ol 47)
97 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1485, c ol 18) 96 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1485, c ol 18)
98 [warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_ conversion.dart, line 14, col 45) 97 [warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_ conversion.dart, line 14, col 45)
99 [warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_co nversion.dart, line 16, col 36) 98 [warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_co nversion.dart, line 16, col 36)
100 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12) 99 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12)
101 [warning] Unsound implicit cast from EventSink<dynamic> to EventSink<T> (dart:co nvert/converter.dart, line 46, col 65)
102 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12) 100 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
103 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16) 101 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16)
104 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3) 102 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
105 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3) 103 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3)
106 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33) 104 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33)
107 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3) 105 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3)
108 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14) 106 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14)
109 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14) 107 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14)
110 [warning] The final variable 'options' must be initialized (dart:html, line 8972 , col 3) 108 [warning] The final variable 'options' must be initialized (dart:html, line 8972 , col 3)
111 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13009, col 3) 109 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13009, col 3)
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 186 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
189 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3) 187 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3)
190 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3) 188 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3)
191 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3) 189 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3)
192 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3) 190 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3)
193 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3) 191 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3)
194 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3) 192 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3)
195 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3) 193 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3)
196 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3) 194 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3)
197 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3) 195 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3)
OLDNEW
« no previous file with comments | « pkg/dev_compiler/test/codegen_expected/varargs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698