make generics worse

This commit is contained in:
nora 2023-12-15 18:20:52 +01:00
parent 1a0828bd32
commit 5fefc46402
7 changed files with 107 additions and 73 deletions

View file

@ -1,6 +1,6 @@
//@check-pass
type A[T] = struct { a: T };
type A[T] = T;
function main() = ;
function test(a: A[I32]) = ;
function aaaaaaaaaaa(a: A[I32]) = ;