This code should not compile without any complain.

class C {

this(int t) {;}
this() {;}

this() {;}
}

void main() {
new C(0);
}


OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
test2.obj(test2)  Offset 002D6H Record Type 00C3
Error 1: Previous Definition Different : _D5test21C5_ctorMFZC5test21C
--- errorlevel 1

Reply via email to