rename this to ctor
Walter Bright
newshound1 at digitalmars.com
Wed Apr 1 02:17:03 PDT 2009
Previous message:
rename this to ctor
Next message:
rename this to ctor
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Instead, you can do this: class inherit : base { ctor(int i) { } ctor() { super(); } }
Previous message:
rename this to ctor
Next message:
rename this to ctor
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d mailing list