Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Remove the experimental tag from the flag header
Browse files Browse the repository at this point in the history
If it becomes non-experimental it would break the http link. Experimental note still exists in prose.
  • Loading branch information
John Messerly committed Jul 13, 2016
1 parent 878281f commit e7f730a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/STATIC_SAFETY.md
Expand Up @@ -418,7 +418,7 @@ code where a field definition in a subclass shadows the field

## Optional Features

### Disable implicit casts (experimental)
### Disable implicit casts

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

Expand Down Expand Up @@ -455,7 +455,7 @@ Or pass `--no-implicit-casts` to Dart Analyzer:
dartanalyzer --strong --no-implicit-casts my_app.dart
```

### Disable implicit dynamic (experimental)
### Disable implicit dynamic

This is an optional feature of analyzer, intended primarily for use with strong mode's inference.
It rejects implicit uses of `dynamic` that strong mode inference fails to fill in with a concrete type,
Expand Down

0 comments on commit e7f730a

Please sign in to comment.