From time to time in eclipse using ADT I get errors that remain in memory even after the violation code is deleted; in fact, they remain even if I delete the entire contents of the file, as shown in this screenshot:
Error Syntax error on token "}", delete this token
Suffice it to say that there is no such marker.
Obviously, this is a mistake, but what should I do? As a result, my code will not compile.
source share