« Bugzilla Issues Index
#1188 — 11.2 missing production new super Arguments
- bug_id:
1188
- creation_ts:
2013-01-07 10:05:00 -0800
- short_desc:
11.2 missing production new super Arguments
- delta_ts:
2013-03-08 14:44:26 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 13: December 21, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- commentid:
3109
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2013-01-07 10:05:27 -0800
The rev 13 grammar correctly parse:
new super.foo()
but will not parse
new super()
This is particularly apparent where the method names is "constructor" instead of "foo".
The grammar needs the production and semantics for:
MemberExpression : "new" "super" Arguments
- commentid:
3295
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-06 17:10:04 -0800
fixed in rev 14 editor's draft
- commentid:
3369
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-08 14:44:26 -0800
in Rev 14 draft