Closed akudev closed 2 years ago
Issue is understood and fixed in the internal generator repo. Closing this as a duplicate of https://github.com/SAP/ui5-typescript/issues/308 as that issue in opaQunit is the only manifestation of the underlying bug in all of UI5.
For functions where optional parameters are followed by non-optional ones (which is not allowed by TypeScript), all permutations of signatures are generated where the leading optional parameters are either present or not.
However, this is not applied to: https://sapui5.hana.ondemand.com/#/api/module:sap/ui/test/opaQunit
Likely because this is a special type of function on a namespace.