February 18, 2005
void main()
{
super();
}

>dmd test.d
test.d(): super class constructor call must be in a constructor
(and then clash)

---
DMD v0.113 win32


February 18, 2005
k2 wrote:

| void main()
| {
| super();
| }
|
|
|>dmd test.d
|
| test.d(): super class constructor call must be in a constructor
| (and then clash)
|
| ---
| DMD v0.113 win32

Added to DStress as
http://dstress.kuehne.cn/nocompile/super_11.d

Thomas