Sign in
go
/
tools
/
8c3ba8c1039ec857f115ba4d20e9e271979fae43
/
.
/
gopls
/
internal
/
test
/
marker
/
testdata
/
completion
/
issue56505.txt
blob: f79e69f49256315d2bc2adaf9d6b2e64005ba506 [
file
] [
log
] [
blame
]
Test for golang/go#56505: completion on variables of type *error should not
panic.
-- flags --
-ignore_extra_diags
-- issue.go --
package issues
func _() {
var e *error
e.x //@complete(" //")
}