### Issue description: The following code compiles correctly: ```Pawn forward public Func(); ``` But when specifying a tag for the return value, it won't compile ```Pawn forward public Tag:Func(); // error 010: invalid function or declaration ``` , although if the class specifier is removed, it would compile just fine: ```Pawn forward Tag:Func(); // no errors ``` ### Minimal complete verifiable example (MCVE): See above. ### Workspace Information: * Compiler version: 3.10.10, 3.2.3664 * Command line arguments provided (or sampctl version): * Operating System: