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