entity Foo{bar->Bar}
entity Bar{}
template foo(){
	for(b:Bar){
		for(c : Foo where c.bar == b){
		}
	}
}

generates the error Variable 'b' not defined in the editor, but compiles fine

Submitted by Danny Groenewegen on 25 February 2012 at 02:34

On 25 February 2012 at 02:34 Danny Groenewegen tagged 1.3.0

On 15 January 2013 at 14:29 Eelco Visser commented:

Is this still the case?

Log in to post comments