Skip to content

Commit

Permalink
Fixed tiny error in collecting tags
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Mar 19, 2024
1 parent 846ce29 commit 813fe40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,5 +685,5 @@ void collect (current: (Declaration) `<Tags tags> <Visibility visibility> alias
return aalias(aliasName, params, s.getType(base));
})[md5 = md5Hash("<current>")]);
collect(tags, typeVars + base, c);
collect([tags] + typeVars + base, c);
}

0 comments on commit 813fe40

Please sign in to comment.