We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3986e84 commit 7150377Copy full SHA for 7150377
pkg/dev_compiler/doc/STATIC_SAFETY.md
@@ -418,7 +418,7 @@ code where a field definition in a subclass shadows the field
418
419
## Optional Features
420
421
-### Disable implicit casts (experimental)
+### Disable implicit casts
422
423
This is an optional feature of strong mode. It disables implicit down casts. For example:
424
@@ -455,7 +455,7 @@ Or pass `--no-implicit-casts` to Dart Analyzer:
455
dartanalyzer --strong --no-implicit-casts my_app.dart
456
```
457
458
-### Disable implicit dynamic (experimental)
+### Disable implicit dynamic
459
460
This is an optional feature of analyzer, intended primarily for use with strong mode's inference.
461
It rejects implicit uses of `dynamic` that strong mode inference fails to fill in with a concrete type,
0 commit comments