The typechecker does not catch assignments (or inputs) to derived properties.

entity Foo{
title :: String
name :: String := title
function update(x : String) {
this.name := x;
}
}

Submitted on 10 February 2010 at 08:41

On 25 October 2010 at 11:31 Danny Groenewegen closed this issue.

Log in to post comments