DeclSort::UsingDirective
DarkArc opened this issue · 2 comments
DarkArc commented
IFC 0.43 (and earlier) contain DeclSort::UsingDirective
but do not document its fields.
GabrielDosReis commented
DeclSort::UsingDirective
was documented by PR #76 but not ported to the 0.43 branch. It was represented as a directive, a new sort.
GabrielDosReis commented
Fixed by #76 .
using-directive is represented by DirSort::Using
.