Moving to Interface results in
„Fatal: Syntax error, "IMPLEMENTATION" expected but "USES" found“
The whole area from
interface up until
implementation is the “interface section”. So if someone says “move xyz to the interface section” they'll mean to the syntatically correct place, in this case after the
uses-clause of the interface section.