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

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

Issue 2456803004: fixes #27586, prefer context type in generic inference (Closed)
Patch Set: fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [error] Couldn't infer type parameter 'T'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 16) 1 [error] Couldn't infer type parameter 'T'.
2 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53) 2
3 Tried '_ControllerEventSinkWrapper<dynamic>' but this did not work with all cons traints:
4 Argument 'f' inferred as '(EventSink<T>) → dynamic' must be a '( T) → R'.
5 Argument 'arg' inferred as '_ControllerEventSinkWrapper<dynamic>' must be a 'T '.
6
7 Consider passing explicit type argument(s) to the generic.
8
9 (dart:async/stream.dart, line 1346, col 16)
10 [error] The argument type 'ZoneUnaryCallback(EventSink<T>) → dynamic' can't be a ssigned to the parameter type '(_ControllerEventSinkWrapper<dynamic>) → dynamic' . (dart:async/stream.dart, line 1346, col 32)
3 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 29) 11 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 29)
4 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3) 12 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3)
5 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3) 13 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3)
6 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3) 14 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3)
7 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9) 15 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9)
8 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) 16 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5)
9 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) 17 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9)
10 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) 18 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5)
11 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) 19 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9)
12 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) 20 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5)
13 [error] Couldn't infer type parameter 'S'; 'RandomAccessFile' must be of type 'F ile'. (dart:io/file_impl.dart, line 216, col 19) 21 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(_ConnectionInfo) → dynamic'. (dart:io/http_impl.dart, line 1633, col 19 )
14 [error] The argument type '(RandomAccessFile) → Future<RandomAccessFile>' can't be assigned to the parameter type '(RandomAccessFile) → FutureOr<File>'. (dart:i o/file_impl.dart, line 216, col 24)
15 [error] The return type 'Future' isn't a 'FutureOr<File>', as defined by the met hod ''. (dart:io/file_impl.dart, line 545, col 14)
16 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(_ConnectionInfo) → FutureOr<void>'. (dart:io/http_impl.dart, line 1633, col 19)
17 [error] The return type 'StreamSubscription<int>' isn't a 'StreamSubscription<Li st<int>>', as defined by the method 'listen'. (dart:io/http_parser.dart, line 20 8, col 14) 22 [error] The return type 'StreamSubscription<int>' isn't a 'StreamSubscription<Li st<int>>', as defined by the method 'listen'. (dart:io/http_parser.dart, line 20 8, col 14)
18 [error] The argument type '(List<int>) → void' can't be assigned to the paramete r type '(int) → void'. (dart:io/http_parser.dart, line 209, col 19) 23 [error] The argument type '(List<int>) → void' can't be assigned to the paramete r type '(int) → void'. (dart:io/http_parser.dart, line 209, col 19)
19 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 27, col 7) 24 [error] Couldn't infer type parameter 'V'.
25
26 Inferred 'String' based on the return type, but it does not satisfy all constrai nts:
27 Return type declared as 'Map<K, V>' must be a 'Map<String, String>'.
28 Map value inferred as 'String' must be a 'V'.
29 Map value inferred as 'int' must be a 'V'.
30
31 Consider passing explicit type argument(s) to the generic.
32
33 (dart:io/io_resource_info.dart, line 27, col 7)
20 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 30, col 15) 34 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 30, col 15)
21 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 75, col 5) 35 [error] Couldn't infer type parameter 'V'.
36
37 Inferred 'String' based on the return type, but it does not satisfy all constrai nts:
38 Return type declared as 'Map<K, V>' must be a 'Map<String, String>'.
39 Map value inferred as 'String' must be a 'V'.
40 Map value inferred as 'int' must be a 'V'.
41 Map value inferred as 'double' must be a 'V'.
42
43 Consider passing explicit type argument(s) to the generic.
44
45 (dart:io/io_resource_info.dart, line 75, col 5)
22 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 77, col 13) 46 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 77, col 13)
23 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 79, col 20) 47 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 79, col 20)
24 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 80, col 23) 48 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 80, col 23)
25 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 81, col 20) 49 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 81, col 20)
26 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 82, col 21) 50 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 82, col 21)
27 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 83, col 19) 51 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 83, col 19)
28 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 84, col 20) 52 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 84, col 20)
29 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 159, col 5) 53 [error] Couldn't infer type parameter 'V'.
54
55 Inferred 'String' based on the return type, but it does not satisfy all constrai nts:
56 Return type declared as 'Map<K, V>' must be a 'Map<String, String>'.
57 Map value inferred as 'String' must be a 'V'.
58 Map value inferred as 'int' must be a 'V'.
59 Map value inferred as 'dynamic' must be a 'V'.
60 Map value inferred as 'double' must be a 'V'.
61
62 Consider passing explicit type argument(s) to the generic.
63
64 (dart:io/io_resource_info.dart, line 159, col 5)
30 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 161, col 13) 65 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 161, col 13)
31 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 164, col 20) 66 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 164, col 20)
32 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(RawSocket) → FutureOr<void>'. (dart:io/secure_socket.dart, line 591, co l 28) 67 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(RawSocket) → dynamic'. (dart:io/secure_socket.dart, line 591, col 28)
33 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<int>'. (dart:io/secure_socket.dart, line 1129, col 23) 68 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<int>'. (dart:io/secure_socket.dart, line 1129, col 23)
34 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10) 69 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10)
35 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12) 70 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12)
36 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12) 71 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12)
37 [error] Couldn't infer type parameter 'S'; 'dynamic' must be of type 'WebSocket' . (dart:io/websocket_impl.dart, line 469, col 10)
38 [error] The argument type '(String) → Future<dynamic>' can't be assigned to the parameter type '(dynamic) → FutureOr<WebSocket>'. (dart:io/websocket_impl.dart, line 469, col 15)
39 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3) 72 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3)
40 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43) 73 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43)
41 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43) 74 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43)
42 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49) 75 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49)
43 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 758, col 14) 76 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 758, col 14)
44 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1135, col 14) 77 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1135, col 14)
45 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) 78 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3)
46 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) 79 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3)
47 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) 80 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3)
48 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) 81 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3)
(...skipping 21 matching lines...) Expand all
70 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) 103 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3)
71 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) 104 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3)
72 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) 105 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3)
73 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) 106 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3)
74 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) 107 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3)
75 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) 108 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3)
76 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) 109 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3)
77 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45) 110 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45)
78 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/data_transformer.dart, line 492 , col 23) 111 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/data_transformer.dart, line 492 , col 23)
79 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<FileSystemEntit y>'. This usually indicates that type information was lost and resulted in 'dyna mic' and/or a place that will have a failure at runtime. (dart:io/directory_impl .dart, line 239, col 12) 112 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<FileSystemEntit y>'. This usually indicates that type information was lost and resulted in 'dyna mic' and/or a place that will have a failure at runtime. (dart:io/directory_impl .dart, line 239, col 12)
80 [warning] Missing return value after 'return'. (dart:io/directory_impl.dart, lin e 394, col 15)
81 [warning] Missing return value after 'return'. (dart:io/file_impl.dart, line 101 , col 11)
82 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/file_impl.dart, line 484, col 14) 113 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/file_impl.dart, line 484, col 14)
83 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/file_impl.dart, line 831, col 3 3) 114 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/file_impl.dart, line 831, col 3 3)
84 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_impl.dart, line 269, col 14) 115 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_impl.dart, line 269, col 14)
85 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1056, col 29) 116 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1056, col 29)
86 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1173, col 54) 117 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1173, col 54)
87 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1175, col 33) 118 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1175, col 33)
88 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 140 1, col 21)
89 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 140 3, col 31)
90 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<_ConnectionInfo >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1635, col 14) 119 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<_ConnectionInfo >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1635, col 14)
91 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 211 1, col 42)
92 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 201, col 16) 120 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 201, col 16)
93 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 203, col 50) 121 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 203, col 50)
94 [warning] Unsafe implicit cast from 'Map<dynamic, dynamic>' to 'Map<String, Stri ng>'. This usually indicates that type information was lost and resulted in 'dyn amic' and/or a place that will have a failure at runtime. (dart:io/platform_impl .dart, line 100, col 69) 122 [warning] Unsafe implicit cast from 'Map<dynamic, dynamic>' to 'Map<String, Stri ng>'. This usually indicates that type information was lost and resulted in 'dyn amic' and/or a place that will have a failure at runtime. (dart:io/platform_impl .dart, line 100, col 69)
95 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 92, col 12) 123 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 92, col 12)
96 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 138, col 12) 124 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 138, col 12)
97 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<RawSocketEvent>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. ( dart:io/secure_socket.dart, line 446, col 33) 125 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<RawSocketEvent>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. ( dart:io/secure_socket.dart, line 446, col 33)
98 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<RawSecureSocket >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.d art, line 580, col 12) 126 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<RawSecureSocket >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.d art, line 580, col 12)
99 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 861, col 11)
100 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 868, col 13)
101 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 882, col 11)
102 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/secure_socket.dart, line 1176, col 32) 127 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/secure_socket.dart, line 1176, col 32)
103 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/stdio.dart, line 109, col 28) 128 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/stdio.dart, line 109, col 28)
104 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<WebSocket>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/websocket_impl.dart, line 471, col 14) 129 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<WebSocket>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/websocket_impl.dart, line 471, col 14)
105 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 577, col 21) 130 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 577, col 21)
106 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 590, col 35) 131 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 590, col 35)
107 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 626, col 12) 132 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 626, col 12)
108 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 158, col 22) 133 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 158, col 22)
109 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 159, col 23) 134 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 159, col 23)
110 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 282, col 10) 135 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 282, col 10)
111 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) 136 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) 177 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3)
153 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) 178 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3)
154 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) 179 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3)
155 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) 180 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3)
156 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) 181 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3)
157 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) 182 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3)
158 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) 183 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3)
159 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) 184 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3)
160 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) 185 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3)
161 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) 186 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698