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