Skip to content

Commit f72d244

Browse files
authored
Merge pull request #22 from usethesource/fix/leaking-rascal-grammar
Avoid leaking of Rascal grammar from TypePal Fixes #20
2 parents fb95372 + a2e2548 commit f72d244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/typepal/ConfigurableScopeGraph.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extend analysis::typepal::ISolver;
2525
import IO;
2626
import Set;
2727
import Map;
28-
import util::Reflective;
28+
import util::PathConfig;
2929
import String;
3030
extend ParseTree;
3131
import analysis::typepal::StringSimilarity;

0 commit comments

Comments
 (0)