Fix errors in polyglot imports

This commit is contained in:
Pavel Marek 2024-11-21 11:56:26 +01:00
parent a204ed2db3
commit 5a74cc1e0c

View File

@ -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 -> {}