It understands that it is INIT, but it does not understand that it is a part of property definition, unless it has a full keyword INITIAL. Similar issue we had before with variable definitions.
Example:
define private property MY_NUMBER as char no-undo init "9999" private get. private set.
It understands that it is INIT, but it does not understand that it is a part of property definition, unless it has a full keyword INITIAL. Similar issue we had before with variable definitions. Example:
define private property MY_NUMBER as char no-undo init "9999" private get. private set.