Sign in
go
/
tools
/
6ce74ceaddcc4ff081d22ae134f4264a667d394f
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
missingfunction
/
literals.go
blob: 0099b1a08ad533afc0b9b39350d951d04760ceee [
file
] [
log
] [
blame
]
package missingfunction
type T struct{}
func literals() {
undefinedLiterals("hey compiler", T{}, &T{})
//@suggestedfix("undefinedLiterals", "quickfix", "")
}