Sign in
go
/
tools
/
c924e603b56b35e41529f44881503e25c6497e4d
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
stub_issue2606.go
blob: c028ebb7307fb4a201a01c65e94d68d9962558eb [
file
]
package stub
type I interface{ error }
type C int
var _ I = C(0)
//@suggestedfix("C", "quickfix", "")