Error: no property 'opCall' for type 'app1.ReturnContent'
    Suliman 
    bubnenkoff at gmail.com
       
    Wed Oct 24 03:00:11 PDT 2012
    
    
  
import std.stdio;
void main()
{
	ReturnContent();
}
public class ReturnContent
{
	void ReturnContent()
	{
		writeln("hello");
	}
}
Why I am getting this error?
D2
    
    
More information about the Digitalmars-d-learn
mailing list