should not compile

M. Z. Hossain z_hossain at icmail.net
Sun Mar 1 08:19:04 PST 2009


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



More information about the Digitalmars-d-bugs mailing list