Skip to content

Commit

Permalink
Removed duplicate anno declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Feb 25, 2024
1 parent 8bc6141 commit c064b7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,6 @@ public &T delAnnotationsRec2(&T v) = visit(v) {
case node n: { insert delAnnotations(n); }
};

anno int NODE@pos;

public NODE A1 = leaf(3);
public NODE A2 = leaf(3)[@pos = 1];

Expand Down

0 comments on commit c064b7c

Please sign in to comment.