binding-tools-for-swift icon indicating copy to clipboard operation
binding-tools-for-swift copied to clipboard

DylibBinder Generic Parameters Being Redeclared in InnerElements

Open tj-devel709 opened this issue 3 years ago • 0 comments

There is currently an issue where there can be a typedeclaration that has an innerStruct (for example). This inner struct can reference the typedeclaration's generic parameter T0. We would expect that the typedeclaration declares this generic parameter but right now, both the typedeclaration and the innerStruct declare it.

tj-devel709 avatar Apr 19 '21 14:04 tj-devel709