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