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 a3b45ab commit 180b5baCopy full SHA for 180b5ba
working/enhanced-type-promotion/feature-specification.md renamed to inactive/enhanced-type-promotion/feature-specification.md
@@ -4,7 +4,12 @@ Author: Brian Wilkerson
4
5
Language team shepherd: Bob Nystrom
6
7
-Status: Strawman
+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
13
14
The Dart language features type promotion. This lets you avoid pointless
15
explicit casts in some cases where it's obvious that a variable has a more
0 commit comments