Skip to content
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

Crash when type-constraining by a named param by signature #6565

Open
p6rt opened this issue Oct 3, 2017 · 2 comments
Open

Crash when type-constraining by a named param by signature #6565

p6rt opened this issue Oct 3, 2017 · 2 comments

Comments

@p6rt
Copy link

p6rt commented Oct 3, 2017

Migrated from rt.perl.org#132209 (status was 'new')

Searchable as RT132209$

@p6rt
Copy link
Author

p6rt commented Oct 3, 2017

From @zoffixznet

$ perl6 -e 'm​: sub x (​:$param) {say $param}; sub c (​:&funk​:(​:$param)) { funk :42param }; c(​:funk(&x))'
No such method 'signature' for invocant of type 'Callable'
  in sub c at -e line 1
  in block <unit> at -e line 1

@p6rt
Copy link
Author

p6rt commented Oct 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant