Sign in
go
/
tools
/
c924e603b56b35e41529f44881503e25c6497e4d
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
stub_err.go
blob: aa4d8ce0a8edb9a99c1ba0bf6761fdd337afdf41 [
file
]
package stub
func main() {
var br error = &customErr{}
//@suggestedfix("&", "quickfix", "")
}
type customErr struct{}