mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 12:02:28 +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());
|
throw new IllegalStateException("Unsupported polyglot entity: " + polyglotImp.entity());
|
||||||
}
|
}
|
||||||
tryAddEncounteredSymbol(polyglotImp, symbolName, symbolPath, null, errorsForImport);
|
tryAddEncounteredSymbol(polyglotImp, symbolName, symbolPath, null, errorsForImport);
|
||||||
return List.of();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
default -> {}
|
default -> {}
|
||||||
|
Loading…
Reference in New Issue
Block a user