-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack overflow on recursive signatures #30
Comments
This one is a bit concerning, not sure what signature I'm supposed to generate here. |
In Kotlin, typealias T = Array<(T)->Unit> just gives |
What I can tell you is that somewhere in our unit tests something like this exists. |
Simn
added a commit
that referenced
this issue
Apr 2, 2019
Well, apparently you dealt with this once already: ca29a4f |
The problem here is that we need a value... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.
This probably affects all compound signature types.
The text was updated successfully, but these errors were encountered: