entity AssignmentSubmission {
  cachePass2 : Boolean
  extend function setCachePass2(newValue : Bool){   }
}

entity AssignmentCollectionSubmission : AssignmentSubmission {
  extend function setCachePass2(newValue : Bool){   }
}

Should we support extend function to intercept setter calls to fields in super types? (Currently this gives an error message.)

Submitted by Daco Harkes on 31 March 2017 at 10:56

Log in to post comments