Class Method, Field or Property Definition is Expected

Description

A description of a class method, field or property is missing in the code.

Troubleshooting Tips

Add the required description of a class method, field or property.

Example

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:

Compiler Messages