Sign in
go
/
tools
/
2dc7ebab284bdfe6bb7ae8b77c3cccb0049e13ce
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
issues
/
issue56505.go
blob: 8c641bfb852a4487f564f3ec977e99ea1f48755c [
file
] [
log
] [
blame
]
package issues
// Test for golang/go#56505: completion on variables of type *error should not
// panic.
func _() {
var e *error
e.x
//@complete(" //")
}