'Inherits' statements must precede all declarations in an interface

An Inherits statement must be the first non-blank, non-comment line in a class definition.

Error ID: BC30357

To correct this error

  • Move your Inherits statement so that it precedes all declarations.

See Also

Reference

Inherits Statement