-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
x/tools/go/types: panics on invalid constant #11325
Labels
Milestone
Comments
FTR, this also fixed the following gotype crash: package a
var e,f=f>0>(nil)>>0
now it prints:
|
griesemer
added a commit
that referenced
this issue
Jun 23, 2015
Port of https://go-review.googlesource.com/11344 to std repo. Fixes #11325. Change-Id: I634beaf77cbaeb09de50aa1410e8c53fc37b19df Reviewed-on: https://go-review.googlesource.com/11317 Reviewed-by: Alan Donovan <adonovan@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following program crashes with the panic:
Should return an error instead.
on commit af81789
The text was updated successfully, but these errors were encountered: