We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4214e5 + ae1ce20 commit 1f33b22Copy full SHA for 1f33b22
1 file changed
src/analysis/typepal/Solver.rsc
@@ -674,6 +674,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){
674
if(!solver_isFullyInstantiated(containerType)){
675
throw TypeUnavailable();
676
}
677
+ containerType = instantiate(containerType);
678
selectorLoc = getLogicalLoc(selector);
679
selectorOrgName = "<selector>";
680
selectorName = normalizeName(selectorOrgName);
0 commit comments