Skip to content

Commit

Permalink
Added missing import of ParseTree
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Feb 16, 2024
1 parent 40aa0c3 commit 7b590ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module lang::rascal::tests::concrete::SubscriptAndSlice

import Exception;
import Node;
import ParseTree;

lexical X = [xyzXYZ];
lexical XStar = X* xs;
Expand Down

0 comments on commit 7b590ff

Please sign in to comment.