aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go')
-rw-r--r--gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go b/gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go
new file mode 100644
index 000000000..f0610a8b4
--- /dev/null
+++ b/gopls/internal/lsp/analysis/infertypeargs/testdata/src/a/imported/imported.go
@@ -0,0 +1,7 @@
+// Copyright 2021 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package imported
+
+func F[T any](T) {}