Sign in
go
/
tools.git
/
f7f495a9e805ad610979a4a0505b9239320e6b34
/
.
/
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")
}