Issue

bobef bobef at nosmap-abv.bg
Tue Jul 22 06:13:54 PDT 2008


Some more problems on this matter. This tries to invoke TST.ASD instead of .ASD :

void ASD(char[] a,int b)
{
}

class TST
{
	this(){"asd".ASD(5);}
	void ASD(){}
}


More information about the Digitalmars-d-bugs mailing list