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

error binding func returning a slice of named type #147

Open
sbinet opened this issue Sep 27, 2017 · 1 comment
Open

error binding func returning a slice of named type #147

sbinet opened this issue Sep 27, 2017 · 1 comment
Assignees
Labels

Comments

@sbinet
Copy link
Member

@sbinet sbinet commented Sep 27, 2017

gopy (all backends) chokes on the following Go code:

package named

type X float32

func Xs() []X {
 return []X{1,2,3}
}
@sbinet sbinet self-assigned this Sep 27, 2017
@sbinet
Copy link
Member Author

@sbinet sbinet commented Sep 27, 2017

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.