archives

« Bugzilla Issues Index

#250 — 11.2.2: missing "NewExpression :"


In 11.2.2, "The 'new' Operator",
under "Runtime Semantics: Evaluation",
the first production is given as:
new NewExpression

This should be:
NewExpression : new NewExpression


corrected in draft