« Bugzilla Issues Index
#3743 — 13.2.2 [Yield] parameter in VariableDeclaration
- bug_id:
3743
- creation_ts:
2015-02-04 11:07:00 -0800
- short_desc:
13.2.2 [Yield] parameter in VariableDeclaration
- delta_ts:
2015-02-12 12:17:42 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 32: February 2, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Ron Buckton
- assigned_to:
Allen Wirfs-Brock
- commentid:
12100
- comment_count:
0
- who:
Ron Buckton
- bug_when:
2015-02-04 11:07:53 -0800
In 13.2.2, the one production for VariableDeclaration is:
VariableDeclaration[In, Yield] :
BindingIdentifier[?Yield] Initializer[?In, ?Yield]opt
BindingPattern[Yield] Initializer[?In, ?Yield]
Should the production instead be the following?
VariableDeclaration[In, Yield] :
BindingIdentifier[?Yield] Initializer[?In, ?Yield]opt
BindingPattern[?Yield] Initializer[?In, ?Yield]
- commentid:
12192
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-06 10:20:43 -0800
fixed in rev33 editor's draft
- commentid:
12468
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-12 12:17:42 -0800
fixed in rev33