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

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

Issue 2578573003: Add dart:io stubs to ddc sdk, define dart.library.html (Closed)
Patch Set: Regen sum Created 4 years 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'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 16)
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 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53)
3 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, () → R) → R' can't be ass igned to a parameter of type '(Zone, ZoneDelegate, Zone, () → dynamic) → dynamic '. (dart:async/zone.dart, line 1071, col 51) 3 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, () → R) → R' can't be ass igned to a parameter of type '(Zone, ZoneDelegate, Zone, () → dynamic) → dynamic '. (dart:async/zone.dart, line 1071, col 51)
4 [error] A value of type '<R,T>(Zone, ZoneDelegate, Zone, (T) → R, T) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic) → dynam ic, dynamic) → dynamic'. (dart:async/zone.dart, line 1073, col 56) 4 [error] A value of type '<R,T>(Zone, ZoneDelegate, Zone, (T) → R, T) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic) → dynam ic, dynamic) → dynamic'. (dart:async/zone.dart, line 1073, col 56)
5 [error] A value of type '<R,T1,T2>(Zone, ZoneDelegate, Zone, (T1, T2) → R, T1, T 2) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dy namic, dynamic) → dynamic, dynamic, dynamic) → dynamic'. (dart:async/zone.dart, line 1075, col 57) 5 [error] A value of type '<R,T1,T2>(Zone, ZoneDelegate, Zone, (T1, T2) → R, T1, T 2) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dy namic, dynamic) → dynamic, dynamic, dynamic) → dynamic'. (dart:async/zone.dart, line 1075, col 57)
6 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, () → R) → () → R' can't b e assigned to a parameter of type '(Zone, ZoneDelegate, Zone, () → dynamic) → () → dynamic'. (dart:async/zone.dart, line 1078, col 23) 6 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, () → R) → () → R' can't b e assigned to a parameter of type '(Zone, ZoneDelegate, Zone, () → dynamic) → () → dynamic'. (dart:async/zone.dart, line 1078, col 23)
7 [error] A value of type '<R,T>(Zone, ZoneDelegate, Zone, (T) → R) → (T) → R' can 't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic) → dy namic) → (dynamic) → dynamic'. (dart:async/zone.dart, line 1081, col 23) 7 [error] A value of type '<R,T>(Zone, ZoneDelegate, Zone, (T) → R) → (T) → R' can 't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic) → dy namic) → (dynamic) → dynamic'. (dart:async/zone.dart, line 1081, col 23)
8 [error] A value of type '<R,T1,T2>(Zone, ZoneDelegate, Zone, (T1, T2) → R) → (T1 , T2) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic) → (dynamic, dynamic) → dynamic'. (dart:async/zone. dart, line 1084, col 23) 8 [error] A value of type '<R,T1,T2>(Zone, ZoneDelegate, Zone, (T1, T2) → R) → (T1 , T2) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, (dynamic, dynamic) → dynamic) → (dynamic, dynamic) → dynamic'. (dart:async/zone. dart, line 1084, col 23)
9 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, dynamic, StackTrace) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, dynamic, S tackTrace) → dynamic'. (dart:async/zone.dart, line 1100, col 23) 9 [error] A value of type '<R>(Zone, ZoneDelegate, Zone, dynamic, StackTrace) → R' can't be assigned to a parameter of type '(Zone, ZoneDelegate, Zone, dynamic, S tackTrace) → dynamic'. (dart:async/zone.dart, line 1100, col 23)
10 [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) 10 [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)
11 [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) 11 [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)
12 [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) 12 [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)
13 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9) 13 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9)
14 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) 14 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5)
15 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) 15 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9)
16 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) 16 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5)
17 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) 17 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9)
18 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) 18 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5)
19 [error] Invalid override. The type of '_EventStreamSubscription.asFuture' ('([dy namic]) → Future<dynamic>') isn't a subtype of 'StreamSubscription<T>.asFuture' ('<E>([E]) → Future<E>'). (dart:html, line 40152, col 3) 19 [error] Invalid override. The type of '_EventStreamSubscription.asFuture' ('([dy namic]) → Future<dynamic>') isn't a subtype of 'StreamSubscription<T>.asFuture' ('<E>([E]) → Future<E>'). (dart:html, line 40152, col 3)
20 [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 )
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)
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)
24 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 27, col 7)
25 [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)
26 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 75, col 5)
27 [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)
28 [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)
29 [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)
30 [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)
31 [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)
32 [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)
33 [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)
34 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 159, col 5)
35 [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)
36 [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)
37 [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)
38 [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)
39 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10)
40 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12)
41 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12)
42 [error] Couldn't infer type parameter 'S'; 'dynamic' must be of type 'WebSocket' . (dart:io/websocket_impl.dart, line 469, col 10)
20 [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) 43 [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)
21 [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) 44 [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)
22 [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) 45 [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)
23 [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) 46 [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)
24 [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) 47 [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)
25 [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) 48 [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)
26 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) 49 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3)
27 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) 50 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3)
28 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) 51 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3)
29 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) 52 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3)
(...skipping 20 matching lines...) Expand all
50 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 1662, col 3) 73 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 1662, col 3)
51 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) 74 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3)
52 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) 75 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3)
53 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) 76 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3)
54 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) 77 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3)
55 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) 78 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3)
56 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) 79 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3)
57 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) 80 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3)
58 [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 40090, col 67) 81 [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 40090, col 67)
59 [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 40112, col 45) 82 [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 40112, col 45)
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/data_transformer.dart, line 492 , col 23)
84 [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)
85 [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)
86 [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)
87 [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)
88 [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)
89 [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)
90 [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)
91 [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)
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)
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)
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)
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)
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)
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)
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)
99 [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)
100 [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)
101 [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)
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/websocket_impl.dart, line 577, col 21)
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/websocket_impl.dart, line 590, col 35)
104 [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)
60 [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) 105 [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)
61 [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) 106 [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)
62 [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) 107 [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)
63 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) 108 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3)
64 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 489, col 3) 109 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 489, col 3)
65 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 562, col 3) 110 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 562, col 3)
66 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 597, col 3) 111 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 597, col 3)
67 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 689, col 3) 112 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 689, col 3)
68 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 732, col 3) 113 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 732, col 3)
69 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 820, col 3) 114 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 820, col 3)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) 149 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3)
105 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) 150 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3)
106 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) 151 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3)
107 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) 152 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3)
108 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) 153 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3)
109 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) 154 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3)
110 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) 155 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3)
111 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) 156 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3)
112 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) 157 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3)
113 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) 158 [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