This release fixes two crashes in gopls@v0.17.0:
- golang/go#70889: a crash in completion of type instances inside a type conversion (found via telemetry).
- golang/go#70927: a crash when a test file has a declaration with signature
func(*error)
.
This release fixes two crashes in gopls@v0.17.0:
func(*error)
.