-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
dev.typeparams, cmd/compile: panic: interface conversion: ir.Ntype is *ir.Ident, not *ir.FuncType #43530
Comments
@gopherbot, please add labels go2 |
I don't think actual, current issues in the dev.typeparams branch need to be labelled as I'm removing it, if you don't mind. |
cc @griesemer |
This ( |
@griesemer is there any way to compile go2 code with that branch? |
@OneOfOne It's work in progress. The branch is there to develop the ability to compile code that uses type parameters. Until that work is done, the code on the branch won't work. That's why it's on a branch. |
@OneOfOne What @ianlancetaylor said. You can type-check go2 code with a single |
What version of Go are you using (
go version
)?What did you do?
Source: https://go2goplay.golang.org/p/1qkRFfQNDNz
What did you expect to see?
A successful compile or at least no panics since it works on
dev.go2go
and the go2 playground.What did you see instead?
The text was updated successfully, but these errors were encountered: