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

Reply via email to