Interface declaration in class confuses missing explicit annotation

Issue #1992 resolved
Dr. Alexander Hug created an issue

Hello,

when a class has an interface declaration, and the following declaration is missing an explicit private or public annotation, the Apex Editor marks the next item as invalid. Hence all depending classes showing errors, although the code is accepted by SF.

Adding “private” or “public” annotation will fix it.

Comments (4)

  1. Log in to comment