June 02, 2008 [Issue 2136] New: typeof(super(...)) counted as a constructor call | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2136 Summary: typeof(super(...)) counted as a constructor call Product: D Version: 1.030 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: shro8822@vandals.uidaho.edu class B { this(bool b, char[] c){} } class C : B { this() { alias typeof(super(false,"hello")) foo; super(false,"hello"); //line (8) } } (8) Error: multiple constructor calls -- |
June 22, 2008 [Issue 2136] typeof(super(...)) counted as a constructor call | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2136 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2008-06-22 18:58 ------- Fixed dmd 1.031 and 2.015 -- |
Copyright © 1999-2021 by the D Language Foundation