mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
testdata: add regression test for generic instances with local type args
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user