aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/signature/signature3.go.in
blob: 032be130453b6c3ac8edc09f826bd942960e41c5 (plain)
1
2
3
4
5
package signature

func _() {
	Foo("hello",//@signature("//", "Foo(a string, b int) (c bool)", 1)
}