We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collector_useViaType
1 parent f9b2757 commit 0c30800Copy full SHA for 0c30800
1 file changed
src/analysis/typepal/Collector.rsc
@@ -384,6 +384,7 @@ Collector newCollector(str modelName, map[str,Tree] namedTrees, TypePalConfig co
384
385
void collector_useViaType(Tree container, Tree selector, set[IdRole] idRolesSel){
386
if(building){
387
+ collector_use(selector, idRolesSel);
388
name = normalizeName("<selector>");
389
selectorLoc = getLoc(selector);
390
containerLoc = getLoc(container);
0 commit comments