aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeparam/struct.go')
-rw-r--r--test/typeparam/struct.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/typeparam/struct.go b/test/typeparam/struct.go
index 2dad9087bc..fee38eccc3 100644
--- a/test/typeparam/struct.go
+++ b/test/typeparam/struct.go
@@ -21,6 +21,7 @@ type S1 struct {
type Eint = E[int]
type Ebool = E[bool]
+type Eint2 = Eint
type S2 struct {
Eint