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

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, 9 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 1359, 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 1359, col 53) 2
3 Inferred type '_ControllerEventSinkWrapper<dynamic>' does not work with constrai nts:
4 Argument 'action' inferred as '(EventSink<T>) → dynamic' must be a '(T) → R'.
5 The type '_ControllerEventSinkWrapper<dynamic>' was inferred from:
6 Argument 'argument' inferred as '_ControllerEventSinkWrapper<dynamic>' must be a 'T'.
7
8 Consider passing explicit type argument(s) to the generic.
9
10 (dart:async/stream.dart, line 1359, col 16)
11 [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 1359, col 32)
3 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 32) 12 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 32)
4 [error] Invalid override. The type of '_UnicodeSubsetEncoder.startChunkedConvers ion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedCon verter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 107, col 3) 13 [error] Invalid override. The type of '_UnicodeSubsetEncoder.startChunkedConvers ion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedCon verter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 107, col 3)
5 [error] Invalid override. The type of '_UnicodeSubsetEncoder.bind' ('(Stream<Str ing>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<String, List<in t>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 115, col 3) 14 [error] Invalid override. The type of '_UnicodeSubsetEncoder.bind' ('(Stream<Str ing>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<String, List<in t>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 115, col 3)
6 [error] Invalid override. The type of '_UnicodeSubsetDecoder.startChunkedConvers ion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverte r<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dy namic'). (dart:convert/ascii.dart, line 221, col 3) 15 [error] Invalid override. The type of '_UnicodeSubsetDecoder.startChunkedConvers ion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverte r<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dy namic'). (dart:convert/ascii.dart, line 221, col 3)
7 [error] Invalid override. The type of '_UnicodeSubsetDecoder.bind' ('(Stream<Lis t<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<List<int>, Stri ng, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 224, col 3) 16 [error] Invalid override. The type of '_UnicodeSubsetDecoder.bind' ('(Stream<Lis t<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<List<int>, Stri ng, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 224, col 3)
8 [error] Invalid override. The type of 'AsciiDecoder.startChunkedConversion' ('(S ink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<in t>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 237, col 3) 17 [error] Invalid override. The type of 'AsciiDecoder.startChunkedConversion' ('(S ink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<in t>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 237, col 3)
9 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 207, col 21) 18 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 207, col 21)
10 [error] Invalid override. The type of 'Base64Encoder.startChunkedConversion' ('( Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<i nt>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/base64.dart, line 222, col 3) 19 [error] Invalid override. The type of 'Base64Encoder.startChunkedConversion' ('( Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<i nt>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/base64.dart, line 222, col 3)
11 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 479, col 21) 20 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 479, col 21)
12 [error] Invalid override. The type of 'Base64Decoder.startChunkedConversion' ('( Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<S tring, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynam ic'). (dart:convert/base64.dart, line 493, col 3) 21 [error] Invalid override. The type of 'Base64Decoder.startChunkedConversion' ('( Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<S tring, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynam ic'). (dart:convert/base64.dart, line 493, col 3)
(...skipping 19 matching lines...) Expand all
32 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) 41 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5)
33 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) 42 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9)
34 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) 43 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5)
35 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:core/stacktrace.dart, line 43, col 3) 44 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:core/stacktrace.dart, line 43, col 3)
36 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) 45 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9)
37 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) 46 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5)
38 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:developer, line 39, col 1) 47 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:developer, line 39, col 1)
39 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter <List<int>, List<int>, List<int>, List<int>>.bind' ('(dynamic) → dynamic'). (dar t:io/data_transformer.dart, line 278, col 19) 48 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter <List<int>, List<int>, List<int>, List<int>>.bind' ('(dynamic) → dynamic'). (dar t:io/data_transformer.dart, line 278, col 19)
40 [error] Invalid override. The type of 'ZLibEncoder.startChunkedConversion' ('(Si nk<List<int>>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List< int>, List<int>, List<int>, List<int>>.startChunkedConversion' ('(dynamic) → dyn amic'). (dart:io/data_transformer.dart, line 370, col 3) 49 [error] Invalid override. The type of 'ZLibEncoder.startChunkedConversion' ('(Si nk<List<int>>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List< int>, List<int>, List<int>, List<int>>.startChunkedConversion' ('(dynamic) → dyn amic'). (dart:io/data_transformer.dart, line 370, col 3)
41 [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 30) 50 [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 30)
42 [error] The return type 'Future' isn't a 'FutureOr<File>', as defined by the met hod ''. (dart:io/file_impl.dart, line 614, col 14) 51 [error] The return type 'Future<Object>' isn't a 'FutureOr<File>', as defined by the method ''. (dart:io/file_impl.dart, line 614, col 14)
43 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10) 52 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10)
44 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 128, col 12) 53 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 128, col 12)
45 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 149, col 12) 54 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 149, col 12)
46 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 45, col 31) 55 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 45, col 31)
47 [error] Invalid override. The type of '_WindowsCodePageEncoder.startChunkedConve rsion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedC onverter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynami c) → dynamic'). (dart:io/string_transformer.dart, line 61, col 3) 56 [error] Invalid override. The type of '_WindowsCodePageEncoder.startChunkedConve rsion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedC onverter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynami c) → dynamic'). (dart:io/string_transformer.dart, line 61, col 3)
48 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 100, col 31) 57 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 100, col 31)
49 [error] Invalid override. The type of '_WindowsCodePageDecoder.startChunkedConve rsion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConver ter<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:io/string_transformer.dart, line 112, col 3) 58 [error] Invalid override. The type of '_WindowsCodePageDecoder.startChunkedConve rsion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConver ter<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:io/string_transformer.dart, line 112, col 3)
50 [error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 721, col 61) 59 [error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 716, col 61)
51 [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) 60 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 370 , col 3)
61 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<Null>'. (dart:js_util, line 112, col 29)
52 [error] The return type 'double' isn't a 'T', as defined by the method 'min'. (d art:math, line 90, col 16) 62 [error] The return type 'double' isn't a 'T', as defined by the method 'min'. (d art:math, line 90, col 16)
53 [error] The return type 'double' isn't a 'T', as defined by the method 'max'. (d art:math, line 125, col 16) 63 [error] The return type 'double' isn't a 'T', as defined by the method 'max'. (d art:math, line 125, col 16)
54 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) 64 [warning] The final variable 'origin' must be initialized. (dart:html, line 187, col 3)
55 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) 65 [warning] The final variable 'origin' must be initialized. (dart:html, line 853, col 3)
56 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) 66 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1775, col 3)
57 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) 67 [warning] The final variable 'options' must be initialized. (dart:html, line 892 2, col 3)
58 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13009, col 3) 68 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13164, col 3)
59 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16625, col 3) 69 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16932, col 3)
60 [warning] The final variable 'length' must be initialized. (dart:html, line 1755 5, col 3) 70 [warning] The final variable 'length' must be initialized. (dart:html, line 1789 8, col 3)
61 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20113, col 3) 71 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20564, col 3)
62 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20246, col 3) 72 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20703, col 3)
63 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20400, col 3) 73 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20860, col 3)
64 [warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 21436, col 3) 74 [warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 21927, col 3)
65 [warning] The final variables 'control' and 'form' must be initialized. (dart:ht ml, line 21547, col 3) 75 [warning] The final variables 'control' and 'form' must be initialized. (dart:ht ml, line 22042, col 3)
66 [warning] The final variable 'form' must be initialized. (dart:html, line 21581, col 3) 76 [warning] The final variable 'form' must be initialized. (dart:html, line 22077, col 3)
67 [warning] The final variables 'import', 'sheet' and '1' more must be initialized . (dart:html, line 21607, col 3) 77 [warning] The final variables 'import', 'sheet' and '1' more must be initialized . (dart:html, line 22104, col 3)
68 [warning] The final variable 'areas' must be initialized. (dart:html, line 21759 , col 3) 78 [warning] The final variable 'areas' must be initialized. (dart:html, line 22256 , col 3)
69 [warning] The final variables 'audioDecodedByteCount', 'audioTracks' and '16' mo re must be initialized. (dart:html, line 21985, col 3) 79 [warning] The final variables 'audioDecodedByteCount', 'audioTracks' and '16' mo re must be initialized. (dart:html, line 22492, col 3)
70 [warning] The final variable 'labels' must be initialized. (dart:html, line 2350 1, col 3) 80 [warning] The final variable 'labels' must be initialized. (dart:html, line 2408 9, col 3)
71 [warning] The final variables '_localName', '_namespaceUri' and '12' more must b e initialized. (dart:html, line 24939, col 3) 81 [warning] The final variables '_localName', '_namespaceUri' and '12' more must b e initialized. (dart:html, line 25631, col 3)
72 [warning] The final variables 'form', 'validationMessage' and '2' more must be i nitialized. (dart:html, line 25820, col 3) 82 [warning] The final variables 'form', 'validationMessage' and '2' more must be i nitialized. (dart:html, line 26532, col 3)
73 [warning] The final variables 'form' and 'index' must be initialized. (dart:html , line 25955, col 3) 83 [warning] The final variables 'form' and 'index' must be initialized. (dart:html , line 26678, col 3)
74 [warning] The final variables 'form', 'htmlFor' and '5' more must be initialized . (dart:html, line 26009, col 3) 84 [warning] The final variables 'form', 'htmlFor' and '5' more must be initialized . (dart:html, line 26732, col 3)
75 [warning] The final variables 'labels' and 'position' must be initialized. (dart :html, line 27415, col 3) 85 [warning] The final variables 'labels' and 'position' must be initialized. (dart :html, line 28207, col 3)
76 [warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 29186, col 3) 86 [warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 30128, col 3)
77 [warning] The final variable 'sheet' must be initialized. (dart:html, line 31442 , col 3) 87 [warning] The final variable 'sheet' must be initialized. (dart:html, line 32489 , col 3)
78 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 1662, col 3) 88 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 2719, col 3)
79 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) 89 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 32830, col 3)
80 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) 90 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 32943, col 3)
81 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) 91 [warning] The final variable '_rows' must be initialized. (dart:html, line 33012 , col 3)
82 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) 92 [warning] The final variable 'content' must be initialized. (dart:html, line 330 56, col 3)
83 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) 93 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 33132, col 3)
84 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) 94 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 34173, col 3)
85 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) 95 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 34889, col 3)
86 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) 96 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 56, col 3)
87 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 489, col 3) 97 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 512, col 3)
88 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 562, col 3) 98 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 587, col 3)
89 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 597, col 3) 99 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 624, col 3)
90 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 689, col 3) 100 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 723, col 3)
91 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 732, col 3) 101 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 769, col 3)
92 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 820, col 3) 102 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 862, col 3)
93 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 904, col 3) 103 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 951, col 3)
94 [warning] The final variables 'height', 'in1' and '10' more must be initialized. (dart:svg, line 952, col 3) 104 [warning] The final variables 'height', 'in1' and '10' more must be initialized. (dart:svg, line 1003, col 3)
95 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d. (dart:svg, line 1057, col 3) 105 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d. (dart:svg, line 1111, col 3)
96 [warning] The final variables 'diffuseConstant', 'height' and '8' more must be i nitialized. (dart:svg, line 1173, col 3) 106 [warning] The final variables 'diffuseConstant', 'height' and '8' more must be i nitialized. (dart:svg, line 1232, col 3)
97 [warning] The final variables 'height', 'in1' and '8' more must be initialized. (dart:svg, line 1245, col 3) 107 [warning] The final variables 'height', 'in1' and '8' more must be initialized. (dart:svg, line 1309, col 3)
98 [warning] The final variables 'azimuth' and 'elevation' must be initialized. (da rt:svg, line 1337, col 3) 108 [warning] The final variables 'azimuth' and 'elevation' must be initialized. (da rt:svg, line 1405, col 3)
99 [warning] The final variables 'height', 'result' and '3' more must be initialize d. (dart:svg, line 1375, col 3) 109 [warning] The final variables 'height', 'result' and '3' more must be initialize d. (dart:svg, line 1448, col 3)
100 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 1547, col 3) 110 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 1641, col 3)
101 [warning] The final variables 'height', 'href' and '5' more must be initialized. (dart:svg, line 1615, col 3) 111 [warning] The final variables 'height', 'href' and '5' more must be initialized. (dart:svg, line 1714, col 3)
102 [warning] The final variables 'height', 'result' and '3' more must be initialize d. (dart:svg, line 1677, col 3) 112 [warning] The final variables 'height', 'result' and '3' more must be initialize d. (dart:svg, line 1781, col 3)
103 [warning] The final variable 'in1' must be initialized. (dart:svg, line 1729, co l 3) 113 [warning] The final variable 'in1' must be initialized. (dart:svg, line 1837, co l 3)
104 [warning] The final variables 'height', 'in1' and '7' more must be initialized. (dart:svg, line 1759, col 3) 114 [warning] The final variables 'height', 'in1' and '7' more must be initialized. (dart:svg, line 1871, col 3)
105 [warning] The final variables 'dx', 'dy' and '6' more must be initialized. (dart :svg, line 1836, col 3) 115 [warning] The final variables 'dx', 'dy' and '6' more must be initialized. (dart :svg, line 1951, col 3)
106 [warning] The final variables 'x', 'y' and '1' more must be initialized. (dart:s vg, line 1900, col 3) 116 [warning] The final variables 'x', 'y' and '1' more must be initialized. (dart:s vg, line 2019, col 3)
107 [warning] The final variables 'height', 'in1' and '9' more must be initialized. (dart:svg, line 1942, col 3) 117 [warning] The final variables 'height', 'in1' and '9' more must be initialized. (dart:svg, line 2066, col 3)
108 [warning] The final variables 'limitingConeAngle', 'pointsAtX' and '6' more must be initialized. (dart:svg, line 2020, col 3) 118 [warning] The final variables 'limitingConeAngle', 'pointsAtX' and '6' more must be initialized. (dart:svg, line 2148, col 3)
109 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 2082, col 3) 119 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 2215, col 3)
110 [warning] The final variables 'baseFrequencyX', 'baseFrequencyY' and '9' more mu st be initialized. (dart:svg, line 2138, col 3) 120 [warning] The final variables 'baseFrequencyX', 'baseFrequencyY' and '9' more mu st be initialized. (dart:svg, line 2276, col 3)
111 [warning] The final variables 'filterUnits', 'height' and '5' more must be initi alized. (dart:svg, line 2238, col 3) 121 [warning] The final variables 'filterUnits', 'height' and '5' more must be initi alized. (dart:svg, line 2380, col 3)
112 [warning] The final variables 'height', 'width' and '2' more must be initialized . (dart:svg, line 2335, col 3) 122 [warning] The final variables 'height', 'width' and '2' more must be initialized . (dart:svg, line 2483, col 3)
113 [warning] The final variables 'farthestViewportElement', 'nearestViewportElement ' and '4' more must be initialized. (dart:svg, line 2425, col 3) 123 [warning] The final variables 'farthestViewportElement', 'nearestViewportElement ' and '4' more must be initialized. (dart:svg, line 2578, col 3)
114 [warning] The final variables 'height', 'href' and '4' more must be initialized. (dart:svg, line 2507, col 3) 124 [warning] The final variables 'height', 'href' and '4' more must be initialized. (dart:svg, line 2662, col 3)
115 [warning] The final variables 'x1', 'x2' and '2' more must be initialized. (dart :svg, line 2736, col 3) 125 [warning] The final variables 'x1', 'x2' and '2' more must be initialized. (dart :svg, line 2896, col 3)
116 [warning] The final variables 'x1', 'x2' and '2' more must be initialized. (dart :svg, line 2775, col 3) 126 [warning] The final variables 'x1', 'x2' and '2' more must be initialized. (dart :svg, line 2937, col 3)
117 [warning] The final variables 'markerHeight', 'markerUnits' and '7' more must be initialized. (dart:svg, line 2814, col 3) 127 [warning] The final variables 'markerHeight', 'markerUnits' and '7' more must be initialized. (dart:svg, line 2978, col 3)
118 [warning] The final variables 'height', 'maskContentUnits' and '7' more must be initialized. (dart:svg, line 2907, col 3) 128 [warning] The final variables 'height', 'maskContentUnits' and '7' more must be initialized. (dart:svg, line 3073, col 3)
119 [warning] The final variables 'animatedNormalizedPathSegList', 'animatedPathSegL ist' and '3' more must be initialized. (dart:svg, line 3188, col 3) 129 [warning] The final variables 'animatedNormalizedPathSegList', 'animatedPathSegL ist' and '3' more must be initialized. (dart:svg, line 3361, col 3)
120 [warning] The final variables 'height', 'href' and '11' more must be initialized . (dart:svg, line 4017, col 3) 130 [warning] The final variables 'height', 'href' and '11' more must be initialized . (dart:svg, line 4225, col 3)
121 [warning] The final variables 'animatedPoints' and 'points' must be initialized. (dart:svg, line 4182, col 3) 131 [warning] The final variables 'animatedPoints' and 'points' must be initialized. (dart:svg, line 4394, col 3)
122 [warning] The final variables 'animatedPoints' and 'points' must be initialized. (dart:svg, line 4213, col 3) 132 [warning] The final variables 'animatedPoints' and 'points' must be initialized. (dart:svg, line 4427, col 3)
123 [warning] The final variables 'cx', 'cy' and '4' more must be initialized. (dart :svg, line 4321, col 3) 133 [warning] The final variables 'cx', 'cy' and '4' more must be initialized. (dart :svg, line 4538, col 3)
124 [warning] The final variables 'height', 'rx' and '4' more must be initialized. ( dart:svg, line 4397, col 3) 134 [warning] The final variables 'height', 'rx' and '4' more must be initialized. ( dart:svg, line 4617, col 3)
125 [warning] The final variable 'href' must be initialized. (dart:svg, line 4444, c ol 3) 135 [warning] The final variable 'href' must be initialized. (dart:svg, line 4666, c ol 3)
126 [warning] The final variable 'gradientOffset' must be initialized. (dart:svg, li ne 4506, col 3) 136 [warning] The final variable 'gradientOffset' must be initialized. (dart:svg, li ne 4734, col 3)
127 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) 137 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866, col 3)
128 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) 138 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5354, col 3)
129 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) 139 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5676, col 3)
130 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) 140 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5899, col 3)
131 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) 141 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5975, col 3)
132 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) 142 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 6076, col 3)
133 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) 143 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 6138, col 3)
134 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) 144 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6437, col 3)
135 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) 145 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6484, col 3)
136 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) 146 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6642, col 3)
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart ('k') | tests/corelib_strong/set_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698