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

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

Issue 2788933002: Fix ignore on FutureOr (Closed)
Patch Set: Reformat Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [error] A value of type 'Future<Null>' can't be assigned to a variable of type ' _Future'. (dart:async/future.dart, line 138, col 38)
1 [error] Couldn't infer type parameter 'T'. 2 [error] Couldn't infer type parameter 'T'.
2 3
3 Tried to infer '_ControllerEventSinkWrapper<dynamic>' for 'T' which doesn't work : 4 Tried to infer '_ControllerEventSinkWrapper<dynamic>' for 'T' which doesn't work :
4 Parameter 'action' declared as '(T) → R' 5 Parameter 'action' declared as '(T) → R'
5 but argument is '(EventSink<T>) → dynamic'. 6 but argument is '(EventSink<T>) → dynamic'.
6 The type '_ControllerEventSinkWrapper<dynamic>' was inferred from: 7 The type '_ControllerEventSinkWrapper<dynamic>' was inferred from:
7 Parameter 'argument' declared as 'T' 8 Parameter 'argument' declared as 'T'
8 but argument is '_ControllerEventSinkWrapper<dynamic>'. 9 but argument is '_ControllerEventSinkWrapper<dynamic>'.
9 10
10 Consider passing explicit type argument(s) to the generic. 11 Consider passing explicit type argument(s) to the generic.
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866, col 3) 145 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866, col 3)
145 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5354, col 3) 146 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5354, col 3)
146 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5676, col 3) 147 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5676, col 3)
147 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5899, col 3) 148 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5899, col 3)
148 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5975, col 3) 149 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5975, col 3)
149 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 6076, col 3) 150 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 6076, col 3)
150 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 6138, col 3) 151 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 6138, col 3)
151 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6437, col 3) 152 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6437, col 3)
152 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6484, col 3) 153 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6484, col 3)
153 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6642, col 3) 154 [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/operations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698