You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/tools/diagnostics/index.md
+60-1Lines changed: 60 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7177,6 +7177,7 @@ _The type argument(s) of '{0}' can't be inferred._
7177
7177
<div class="leading">
7178
7178
</div>
7179
7179
<div class="trailing">
7180
+
<a class="outlined-button" href="/tools/diagnostics/inference_failure_on_collection_literal" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
7180
7181
<button class="copy-button filled-button hidden" data-copy="inference_failure_on_collection_literal" title="Copy inference_failure_on_collection_literal to your clipboard.">Copy name</button>
7181
7182
</div>
7182
7183
</div>
@@ -7194,6 +7195,7 @@ _The type argument(s) of the function '{0}' can't be inferred._
7194
7195
<div class="leading">
7195
7196
</div>
7196
7197
<div class="trailing">
7198
+
<a class="outlined-button" href="/tools/diagnostics/inference_failure_on_function_invocation" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
7197
7199
<button class="copy-button filled-button hidden" data-copy="inference_failure_on_function_invocation" title="Copy inference_failure_on_function_invocation to your clipboard.">Copy name</button>
7198
7200
</div>
7199
7201
</div>
@@ -7204,13 +7206,14 @@ _The type argument(s) of the function '{0}' can't be inferred._
7204
7206
</div>
7205
7207
<div class="card-content">
7206
7208
7207
-
_The return type of '{0}' cannot be inferred._
7209
+
_The return type of '{0}' can't be inferred._
7208
7210
7209
7211
</div>
7210
7212
<div class="card-actions">
7211
7213
<div class="leading">
7212
7214
</div>
7213
7215
<div class="trailing">
7216
+
<a class="outlined-button" href="/tools/diagnostics/inference_failure_on_function_return_type" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
7214
7217
<button class="copy-button filled-button hidden" data-copy="inference_failure_on_function_return_type" title="Copy inference_failure_on_function_return_type to your clipboard.">Copy name</button>
7215
7218
</div>
7216
7219
</div>
@@ -7262,6 +7265,7 @@ _The type of {0} can't be inferred without either a type or initializer._
7262
7265
<div class="leading">
7263
7266
</div>
7264
7267
<div class="trailing">
7268
+
<a class="outlined-button" href="/tools/diagnostics/inference_failure_on_uninitialized_variable" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
7265
7269
<button class="copy-button filled-button hidden" data-copy="inference_failure_on_uninitialized_variable" title="Copy inference_failure_on_uninitialized_variable to your clipboard.">Copy name</button>
7266
7270
</div>
7267
7271
</div>
@@ -7279,6 +7283,7 @@ _The type of {0} can't be inferred; a type must be explicitly provided._
7279
7283
<div class="leading">
7280
7284
</div>
7281
7285
<div class="trailing">
7286
+
<a class="outlined-button" href="/tools/diagnostics/inference_failure_on_untyped_parameter" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
7282
7287
<button class="copy-button filled-button hidden" data-copy="inference_failure_on_untyped_parameter" title="Copy inference_failure_on_untyped_parameter to your clipboard.">Copy name</button>
7283
7288
</div>
7284
7289
</div>
@@ -13208,6 +13213,7 @@ _The matched value type '{0}' can never match the required type '{1}'._
13208
13213
<div class="leading">
13209
13214
</div>
13210
13215
<div class="trailing">
13216
+
<a class="outlined-button" href="/tools/diagnostics/pattern_never_matches_value_type" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
13211
13217
<button class="copy-button filled-button hidden" data-copy="pattern_never_matches_value_type" title="Copy pattern_never_matches_value_type to your clipboard.">Copy name</button>
13212
13218
</div>
13213
13219
</div>
@@ -13991,6 +13997,7 @@ _'{0}' was removed in Dart '{1}'_
13991
13997
<div class="leading">
13992
13998
</div>
13993
13999
<div class="trailing">
14000
+
<a class="outlined-button" href="/tools/diagnostics/removed_lint_use" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
13994
14001
<button class="copy-button filled-button hidden" data-copy="removed_lint_use" title="Copy removed_lint_use to your clipboard.">Copy name</button>
<a class="outlined-button" href="/tools/diagnostics/unnecessary_cast_pattern" title="Learn more about this diagnostic and how to resolve it.">Learn more</a>
16188
16196
<button class="copy-button filled-button hidden" data-copy="unnecessary_cast_pattern" title="Copy unnecessary_cast_pattern to your clipboard.">Copy name</button>
16189
16197
</div>
16190
16198
</div>
@@ -17632,6 +17640,57 @@ _Use 'package:' imports for files in the 'lib' directory._
0 commit comments