Sign in
go
/
tools
/
58b9e2e42eb3702fd5aff57a584de3c184e11c3b
/
.
/
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", "")
}