Allow interleaving of annotations and modifiers in declarations

Issue #619 resolved
Scott Wells repo owner created an issue

Evidently the following is valid Apex (and Java for what it's worth):

public @IsTest void myTestMethod() {}

Right now IC's parser assumes that all annotations must come before all modifiers. Looks like I'll need to allow this type of interleaving.

Comments (3)

  1. Log in to comment