aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/settable.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeparam/settable.go')
-rw-r--r--test/typeparam/settable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typeparam/settable.go b/test/typeparam/settable.go
index 1f7eba3558..56cf36745b 100644
--- a/test/typeparam/settable.go
+++ b/test/typeparam/settable.go
@@ -15,7 +15,7 @@ import (
type Setter[B any] interface {
Set(string)
- ~*B
+ *B
}
// Takes two type parameters where PT = *T