You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are situations when we find END METHOD at the end of the constructor. Even if it is not recommended way to write code, but it compiles. At the moment in this situation parser does not parse whole class if it finds it.
Example:
CLASS DecoratedMotorcycle:
CONSTRUCTOR DecoratedMotorcycle():
message "moto".
END METHOD.
END CLASS.
The text was updated successfully, but these errors were encountered:
There are situations when we find END METHOD at the end of the constructor. Even if it is not recommended way to write code, but it compiles. At the moment in this situation parser does not parse whole class if it finds it.
Example:
The text was updated successfully, but these errors were encountered: