A description of a class method, field or property is missing in the code.
Add the required description of a class method, field or property.
Class TestClass: Object
Final
End Class TestClass;
When the specified code is compiled, the Final string displays the following error: Class method, field or property definition is expected. To resolve the error, add the required definition of a class method, field or property or delete the Final directive.
See also: