Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 780bf35

Browse files
committed
Fixed type errors
1 parent 2464dc1 commit 780bf35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/org/rascalmpl/core/library/lang/rascalcore/check/RascalConfig.rsc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ import lang::rascalcore::compile::muRascal::AST;
1515
import lang::rascalcore::check::CheckerCommon;
1616

1717
import Location;
18+
import util::FileSystem;
1819
import util::Reflective;
1920
import lang::rascalcore::compile::util::Names;
21+
import analysis::typepal::StringSimilarity;
2022

2123
import IO;
2224
import List;

0 commit comments

Comments
 (0)