July 31, 2004
The compiler accepts the following code:

class DoubleThis{
this(){}
this(){}
}

This happens even if the body of the 2 functions differ.

Thomas