Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error on multivalue inputs that we do not handle (#5962) | Alon Zakai | 2023-09-20 | 1 | -0/+16 |
Before in getType() we silently dropped the params of a signature type. Now we verify that it is none, or we error. Helps #5950 |