Skip to content

Commit

Permalink
Editorial: Remove redundant definitions of ComputedPropertyContains (#…
Browse files Browse the repository at this point in the history
…1666)

These are already covered by the chain productions rule.
  • Loading branch information
Ms2ger authored and ljharb committed Jan 2, 2020
1 parent d68b018 commit b3d48e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -20854,14 +20854,6 @@ <h1>Static Semantics: ComputedPropertyContains</h1>
1. If _inList_ is *true*, return *true*.
1. Return the result of ComputedPropertyContains for |ClassElement| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : MethodDefinition</emu-grammar>
<emu-alg>
1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : `static` MethodDefinition</emu-grammar>
<emu-alg>
1. Return the result of ComputedPropertyContains for |MethodDefinition| with argument _symbol_.
</emu-alg>
<emu-grammar>ClassElement : `;`</emu-grammar>
<emu-alg>
1. Return *false*.
Expand Down

0 comments on commit b3d48e3

Please sign in to comment.