mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
fix generics and stuff
This commit is contained in:
parent
537c924a68
commit
1a0828bd32
8 changed files with 63 additions and 63 deletions
10
test.nil
10
test.nil
|
|
@ -1,4 +1,6 @@
|
|||
function main() = (
|
||||
let list = std.list.new();
|
||||
std.list.push(list, 0);
|
||||
);
|
||||
//@check-pass
|
||||
type A[T] = struct { a: T };
|
||||
|
||||
function main() = ;
|
||||
|
||||
function test(a: A[I32]) = ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue