mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
Fix errors in polyglot imports
This commit is contained in:
parent
a204ed2db3
commit
5a74cc1e0c
@ -208,7 +208,6 @@ public final class AmbiguousImportsAnalysis implements MiniPassFactory {
|
||||
throw new IllegalStateException("Unsupported polyglot entity: " + polyglotImp.entity());
|
||||
}
|
||||
tryAddEncounteredSymbol(polyglotImp, symbolName, symbolPath, null, errorsForImport);
|
||||
return List.of();
|
||||
}
|
||||
|
||||
default -> {}
|
||||
|
Loading…
Reference in New Issue
Block a user