testdata: add regression test for generic instances with local type args

This commit is contained in:
Jake Bailey
2026-04-27 18:53:16 -07:00
committed by Ron Evans
parent e039ce131c
commit dc23ce73d6
2 changed files with 80 additions and 0 deletions
+6
View File
@@ -41,3 +41,9 @@ ok: doublyNestedInGeneric[int].Y accepts own
ok: doublyNestedInGeneric[string].Y accepts own
ok: doublyNestedInGeneric[int].Y rejects [string].Y
ok: doublyNestedInGeneric[string].Y rejects [int].Y
issue4931A labels: 0
issue4931B labels: 1
issue4931PairA labels: 0
issue4931PairB labels: 1
issue4931MethodA labels: 0
issue4931MethodB labels: 1