I thought alias could work like this with classes:

alias test = MyClass(3,"H",9.1); //Assume the constructor parameters for MyClass are (int,string,double).

Can anybody fix this code?

Reply via email to