mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
make generics worse
This commit is contained in:
parent
1a0828bd32
commit
5fefc46402
7 changed files with 107 additions and 73 deletions
4
test.nil
4
test.nil
|
|
@ -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]) = ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue