.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / internal / lsp / testdata / signature / signature3.go.in
1 package signature
2
3 func _() {
4         Foo("hello",//@signature("//", "Foo(a string, b int) (c bool)", 1)
5 }