compilation error if property (id) annotation is used in extend entity
example:
entity Test{} extend entity Test{ foo: String (id) }
error:
Submitted by Danny Groenewegen on 11 September 2015 at 15:50[ Main | info ] stage 5: model-to-model[ Main | critical ] Error found during compilation: function call with signature ("isUniqueTestId",[SimpleSort("String"),SimpleSort("Test"){ImmutableReference}]) is not valid ("isUniqueTestId",[SimpleSort("String"),SimpleSort("Test"){ImmutableReference}]) Internal error: with clause failed unexpectedly in 'rename-global-function-call-name-error' ("isUniqueTestId",[SimpleSort("String"),SimpleSort("Test"){ImmutableReference}]) report_with_failure_0_1
Log in to post comments