Skip to content

Commit 180b5ba

Browse files
authored
Move old "Enhanced Type Promotion" proposal to inactive. (#2340)
1 parent a3b45ab commit 180b5ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

working/enhanced-type-promotion/feature-specification.md renamed to inactive/enhanced-type-promotion/feature-specification.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Author: Brian Wilkerson
44

55
Language team shepherd: Bob Nystrom
66

7-
Status: Strawman
7+
Status: Inactive
8+
9+
**This proposal has been superceded by the more sophisticated [flow analysis][]
10+
that shipped with null safety.**
11+
12+
[flow analysis]: https://github.com/dart-lang/language/blob/master/resources/type-system/flow-analysis.md
813

914
The Dart language features type promotion. This lets you avoid pointless
1015
explicit casts in some cases where it's obvious that a variable has a more

0 commit comments

Comments
 (0)