You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably. In my case, it happens in both gopls and when I run go test from the console, as described in the steps to reproduce above. So, most likely, it's something not in gopls but in the compiler itself.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?What did you do?
Steps to reproduce:
go test ./gslices
The issue happened when I was editing the following signature:
func permutations[S ~[]T, T any](items S, c chan S, size int, left S, right S) {
.What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: