emit thisIsNotASignal(); // This should warn Not trivial to implement, emit is a macro which expands to nothing. This has to be done at the lexer level I guess, or catching the macro, reading the name of the signal and waiting for the AST Node with the method declaration to be visited
Done for v1.1