I was experimenting with virtual and pure virtual methods in C++. I introduced an inline implementation for a pure method and then I couldn’t compile my code anymore.
I turned into the “show invisibles” mode and found the malefactor. The problem was an invisible character in the source file.