Skip to content

Commit

Permalink
Clarify strict inference extra examples
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Feb 9, 2022
1 parent 26d89db commit 03e2818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_guides/language/analysis-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ info - The type argument(s) of 'Map' can't be inferred - inference_failure_on_co
```

{{site.alert.info}}
The `strict-inference` mode identifies many conditions
The `strict-inference` mode can identify many situations
which result in an inference failure.

See [Conditions for strict inference failure][]
for an extensive set of examples highlighting inference failures.
for an exhaustive list of inference failure conditions.
{{site.alert.end}}

[Conditions for strict inference failure]: https://github.com/dart-lang/language/blob/master/resources/type-system/strict-inference.md#conditions-for-strict-inference-failure
Expand Down

0 comments on commit 03e2818

Please sign in to comment.