Function blocks that implement interfaces, extend other blocks or contain some methods are imported as classes.
The interface variables of the function block are transferred directly to the class.
However, this results in compile errors since classes do not support input or output variables. These declarations must be moved to the corresponding (body) method manually.