1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:05:06 -07:00
go/internal/lsp/testdata/unresolved/unresolved.go.in

7 lines
196 B
Go
Raw Normal View History

package unresolved
func foo(interface{}) { //@item(unresolvedFoo, "foo", "func(interface{})", "func")
// don't crash on fake "resolved" type
foo(func(i, j f //@complete(" //", unresolvedFoo)
}