File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -471,9 +471,9 @@ Definitions:
471471 _ The types in ` p1 ` are known as the types of interest._
472472 - Let ` p2 ` be the set ` p1 \ { provisionalType } ` _ (where ` \ ` denotes set
473473 difference)_ .
474- - If the ` written ` type is in ` p2 ` , and ` written <: provisionalType ` , then
475- ` newPromotionChain ` is ` [...promotionChain, written] ` . _ Writing a value
476- whose static type is a type of interest promotes to that type._
474+ - If the ` written ` type is in ` p2 ` then ` newPromotionChain ` is
475+ ` [...promotionChain, written] ` . _ Writing a value whose static type is a
476+ type of interest promotes to that type._
477477 - _ By precondition, ` written <: declared ` and ` written <: T ` for all types
478478 in ` promotionChain ` . Therefore, ` newPromotionChain ` satisfies the
479479 definition of a promotion chain, and is valid for declared type
You can’t perform that action at this time.
0 commit comments