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

Unified Diff: pkg/dev_compiler/tool/sdk_expected_errors.txt

Issue 2893893002: Use generic functions in zones. (Closed)
Patch Set: Use `dynamic` as required return type. Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: pkg/dev_compiler/tool/sdk_expected_errors.txt
diff --git a/pkg/dev_compiler/tool/sdk_expected_errors.txt b/pkg/dev_compiler/tool/sdk_expected_errors.txt
index 839054d2d018153065e169d7b388fa01b43aebe4..03cce35b6101155f82f44d18a17494cb6d1f5515 100644
--- a/pkg/dev_compiler/tool/sdk_expected_errors.txt
+++ b/pkg/dev_compiler/tool/sdk_expected_errors.txt
@@ -15,22 +15,22 @@
[warning] The final variable 'areas' must be initialized. (dart:html, line 22788, col 3)
[warning] The final variables 'audioDecodedByteCount', 'audioTracks' and '16' more must be initialized. (dart:html, line 23089, col 3)
[warning] The final variable 'labels' must be initialized. (dart:html, line 24683, col 3)
-[warning] The final variables 'baseUri', 'childNodes' and '11' more must be initialized. (dart:html, line 26223, col 3)
-[warning] The final variables 'form', 'validationMessage' and '2' more must be initialized. (dart:html, line 27175, col 3)
-[warning] The final variables 'form' and 'index' must be initialized. (dart:html, line 27357, col 3)
-[warning] The final variables 'form', 'htmlFor' and '5' more must be initialized. (dart:html, line 27411, col 3)
-[warning] The final variables 'labels' and 'position' must be initialized. (dart:html, line 28973, col 3)
-[warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 30902, col 3)
-[warning] The final variable 'sheet' must be initialized. (dart:html, line 33377, col 3)
-[warning] The final variable 'cellIndex' must be initialized. (dart:html, line 33642, col 3)
-[warning] The final variables '_rows' and '_tBodies' must be initialized. (dart:html, line 33761, col 3)
-[warning] The final variables '_cells', 'rowIndex' and '1' more must be initialized. (dart:html, line 33878, col 3)
-[warning] The final variable '_rows' must be initialized. (dart:html, line 33947, col 3)
-[warning] The final variable 'content' must be initialized. (dart:html, line 33991, col 3)
-[warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 34080, col 3)
-[warning] The final variables 'readyState' and 'track' must be initialized. (dart:html, line 35140, col 3)
-[warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' more must be initialized. (dart:html, line 36047, col 3)
-[warning] The final variable 'sourceCapabilities' must be initialized. (dart:html, line 46024, col 3)
+[warning] The final variables 'baseUri', 'childNodes' and '11' more must be initialized. (dart:html, line 26227, col 3)
+[warning] The final variables 'form', 'validationMessage' and '2' more must be initialized. (dart:html, line 27179, col 3)
+[warning] The final variables 'form' and 'index' must be initialized. (dart:html, line 27361, col 3)
+[warning] The final variables 'form', 'htmlFor' and '5' more must be initialized. (dart:html, line 27415, col 3)
+[warning] The final variables 'labels' and 'position' must be initialized. (dart:html, line 28977, col 3)
+[warning] The final variables 'form', 'labels' and '4' more must be initialized. (dart:html, line 30906, col 3)
+[warning] The final variable 'sheet' must be initialized. (dart:html, line 33381, col 3)
+[warning] The final variable 'cellIndex' must be initialized. (dart:html, line 33646, col 3)
+[warning] The final variables '_rows' and '_tBodies' must be initialized. (dart:html, line 33765, col 3)
+[warning] The final variables '_cells', 'rowIndex' and '1' more must be initialized. (dart:html, line 33882, col 3)
+[warning] The final variable '_rows' must be initialized. (dart:html, line 33951, col 3)
+[warning] The final variable 'content' must be initialized. (dart:html, line 33995, col 3)
+[warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 34084, col 3)
+[warning] The final variables 'readyState' and 'track' must be initialized. (dart:html, line 35144, col 3)
+[warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' more must be initialized. (dart:html, line 36051, col 3)
+[warning] The final variable 'sourceCapabilities' must be initialized. (dart:html, line 46028, col 3)
[warning] The final variables 'href' and 'target' must be initialized. (dart:svg, line 56, col 3)
[warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' more must be initialized. (dart:svg, line 512, col 3)
[warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart:svg, line 583, col 3)

Powered by Google App Engine
This is Rietveld 408576698