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