You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -722,7 +722,7 @@ <h1>Static Semantics: Early Errors</h1>
722
722
</emu-alg>
723
723
724
724
<emu-note>
725
-
<p>A |PipeBody| must not be an unparenthesized expression that is formed from any other operator with identical precedence, such as a |YieldExpression| or an |ArrowFunction|.</p>
725
+
<p>A |PipeBody| must not be an unparenthesized expression that is formed from any other operator with identical precedence (such as |YieldExpression| or |ArrowFunction|) or from the <emu-xref="#sec-conditional-operator">conditional operator</emu-xref>.</p>
726
726
<p>This is to prevent confusing expressions from being valid, such as
727
727
`x |> yield % |> % + 1`.<br>
728
728
That expression would otherwise be unexpectedly equivalent to
0 commit comments