[Issue 3790] [OOP] constructor of child class cannot pass arguments into parent constructor

2011-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3790 Brad Roberts changed: What|Removed |Added Platform|x86_64 |x86 --- Comment #3 from Brad Roberts 2

[Issue 3790] [OOP] constructor of child class cannot pass arguments into parent constructor

2010-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3790 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Severity|blocker

[Issue 3790] [OOP] constructor of child class cannot pass arguments into parent constructor

2010-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3790 --- Comment #1 from iorlas 2010-02-09 20:05:05 PST --- Also, if we dont give argument a default value, we get an error: Error: constructor main.B.this no match for implicit super() call in constructor As i think, somebody thinks in different wa