Skip to content

Commit 7150377

Browse files
author
John Messerly
authored
Remove the experimental tag from the flag header
If it becomes non-experimental it would break the http link. Experimental note still exists in prose.
1 parent 3986e84 commit 7150377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dev_compiler/doc/STATIC_SAFETY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ code where a field definition in a subclass shadows the field
418418

419419
## Optional Features
420420

421-
### Disable implicit casts (experimental)
421+
### Disable implicit casts
422422

423423
This is an optional feature of strong mode. It disables implicit down casts. For example:
424424

@@ -455,7 +455,7 @@ Or pass `--no-implicit-casts` to Dart Analyzer:
455455
dartanalyzer --strong --no-implicit-casts my_app.dart
456456
```
457457
458-
### Disable implicit dynamic (experimental)
458+
### Disable implicit dynamic
459459
460460
This is an optional feature of analyzer, intended primarily for use with strong mode's inference.
461461
It rejects implicit uses of `dynamic` that strong mode inference fails to fill in with a concrete type,

0 commit comments

Comments
 (0)