The following fragment does not report an error but fails in the compilation of the generated Java code:

entity Ent1{}
function test(){
  var x := Ent1{}+Ent1{};
}

The same issue occurs with > >= < <= comparison.

Submitted by Danny Groenewegen on 1 July 2013 at 14:06

On 1 July 2013 at 17:25 Danny Groenewegen commented:

fixed in r5730


On 1 July 2013 at 17:25 Danny Groenewegen closed this issue.

Log in to post comments