Resolution:
Correct the code; then recompile.
Example:
In the following example, the default value of the o object is "Hello", which is not legal. The value of the o parameter in this context must be NULL.
class-id Error1850. method-id Meth1(o as object = "Hello") end method. end class.