aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/smoketest.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeparam/smoketest.go')
-rw-r--r--test/typeparam/smoketest.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/typeparam/smoketest.go b/test/typeparam/smoketest.go
index d92e02713d..eeda25964f 100644
--- a/test/typeparam/smoketest.go
+++ b/test/typeparam/smoketest.go
@@ -29,8 +29,8 @@ type _ T2[int, string, struct{}]
type _ T3[bool]
// methods
-func (T1[P]) m1() {}
-func (T1[_]) m2() {}
+func (T1[P]) m1() {}
+func (T1[_]) m2() {}
func (x T2[P1, P2, P3]) m() {}
// type lists