new template syntax causes incorrect error reporting in plugin
entity Foo{bar->Bar} entity Bar{} template foo(){ for(b:Bar){ for(c : Foo where c.bar == b){ } } }
generates the error
Submitted by Danny Groenewegen on 25 February 2012 at 02:34Variable 'b' not defined
in the editor, but compiles fine
Issue Log
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