Sign in
go
/
tools.git
/
4b90c06085a011db1b29427f9ab8d8621318eaa7
/
.
/
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(" //")
}