aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/missingfunction/literals.go
blob: e276eae79ec06b65f7833d18ea6d3cbd2f0f97f3 (plain)
1
2
3
4
5
6
7
package missingfunction

type T struct{}

func literals() {
	undefinedLiterals("hey compiler", T{}, &T{}) //@suggestedfix("undefinedLiterals", "quickfix")
}