Skip to content

Commit

Permalink
Added missing import to make the build succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
rodinaarssen committed Aug 20, 2024
1 parent 74f6bed commit 34b5958
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module lang::rascal::tests::basic::CompilerIssues::LIstMatchInOR

import IO;

data Symbol
= strt()
| par(list[Symbol] parameters) // <6>>
Expand Down

0 comments on commit 34b5958

Please sign in to comment.