@porperty problem..

BLS windevguy at hotmail.de
Mon Jun 28 14:00:45 PDT 2010


On 28/06/2010 22:47, Steven Schveighoffer wrote:
> houldn't this be
>
> @property Server nextServer() {

Ouch, you are right.. Interesting enough that @property nextServer() { 
return ...} compiles without giving any error message..

Anyway it seems to be a forward reference bug. moving the inner Server() 
class in front of LoadBalancer eliminates the error msg.

bjoern


More information about the Digitalmars-d-learn mailing list